메소드 | 설명 | |
---|---|---|
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 Move ( int x, int y ) : void | ||
x | int | The x-position in pixels. |
y | int | The y-position in pixels. |
리턴 | void |