C# Class GR.Input.ScarMouse

Mostra file Open project: alexhanh/Botting-Library

Public Methods

Method Description
EndTest ( ) : void
GetMousePos ( ) : Point
MMouse ( int x, int y, int rx, int ry ) : void
MoveMouse ( int x, int y ) : void
MoveMouseCC ( IntPtr hwnd, int x, int y, int range, int segments, int pcount, int delay ) : void
MoveMouseSmoothEx ( int x, int y, int minsleeptime, int maxsleeptime, int maxdistance, int gravity, int forces ) : void
StartTest ( ) : void
WindMouse ( double xs, double ys, double xe, double ye, double gravity, double wind, double minWait, double maxWait, double maxStep, double targetArea ) : void

Private Methods

Method Description
GetCursorPos ( System.Windows.Forms.POINT &lpPoint ) : bool
GetWindowRect ( IntPtr hWnd, System.Windows.Forms.RECT &lpRect ) : bool
Rand ( long low, long high ) : long

Method Details

EndTest() public static method

public static EndTest ( ) : void
return void

GetMousePos() public static method

public static GetMousePos ( ) : Point
return Point

MMouse() public static method

public static MMouse ( int x, int y, int rx, int ry ) : void
x int
y int
rx int
ry int
return void

MoveMouse() public static method

public static MoveMouse ( int x, int y ) : void
x int
y int
return void

MoveMouseCC() public static method

public static MoveMouseCC ( IntPtr hwnd, int x, int y, int range, int segments, int pcount, int delay ) : void
hwnd System.IntPtr
x int
y int
range int
segments int
pcount int
delay int
return void

MoveMouseSmoothEx() public static method

public static MoveMouseSmoothEx ( int x, int y, int minsleeptime, int maxsleeptime, int maxdistance, int gravity, int forces ) : void
x int
y int
minsleeptime int
maxsleeptime int
maxdistance int
gravity int
forces int
return void

StartTest() public static method

public static StartTest ( ) : void
return void

WindMouse() public static method

public static WindMouse ( double xs, double ys, double xe, double ye, double gravity, double wind, double minWait, double maxWait, double maxStep, double targetArea ) : void
xs double
ys double
xe double
ye double
gravity double
wind double
minWait double
maxWait double
maxStep double
targetArea double
return void