Метод | Описание | |
---|---|---|
LeftDown ( int x, int y ) : void |
Simluate a left mouse down in the current position.
|
|
LeftUp ( int x, int y ) : void |
Simluate a left mouse up in the current position.
|
|
Move ( int x, int y ) : void |
Simulate a mouse move.
|
Метод | Описание | |
---|---|---|
SetCursorPos ( int X, int Y ) : bool | ||
mouse_event ( int dwFlags, int dx, int dy, int cButtons, int dwExtraInfo ) : void |
public static LeftDown ( int x, int y ) : void | ||
x | int | |
y | int | |
Результат | void |
public static LeftUp ( int x, int y ) : void | ||
x | int | |
y | int | |
Результат | void |
public static Move ( int x, int y ) : void | ||
x | int | The x-position in pixels. |
y | int | The y-position in pixels. |
Результат | void |