Méthode | Description | |
---|---|---|
PreciseMouse ( ) : System | ||
atPosition ( int x, int y ) : bool |
Check whether the mouse it at the given x and y coordinates
|
|
move ( int speed, int x, int y, int randX, int randY, int afterOffset ) : void |
public atPosition ( int x, int y ) : bool | ||
x | int | X coordinate to check |
y | int | Y coordinate to check |
Résultat | bool |
public move ( int speed, int x, int y, int randX, int randY, int afterOffset ) : void | ||
speed | int | |
x | int | |
y | int | |
randX | int | |
randY | int | |
afterOffset | int | |
Résultat | void |