메소드 | 설명 | |
---|---|---|
GetCursorPosition ( ) : MousePoint | ||
MouseEvent ( MouseEventFlags value ) : void | ||
SetCursorPosition ( MousePoint point ) : void | ||
SetCursorPosition ( int X, int Y ) : void |
메소드 | 설명 | |
---|---|---|
GetCursorPos ( MousePoint &lpMousePoint ) : bool | ||
SetCursorPos ( int X, int Y ) : bool | ||
mouse_event ( int dwFlags, int dx, int dy, int dwData, int dwExtraInfo ) : void |
public static MouseEvent ( MouseEventFlags value ) : void | ||
value | MouseEventFlags | |
리턴 | void |
public static SetCursorPosition ( MousePoint point ) : void | ||
point | MousePoint | |
리턴 | void |
public static SetCursorPosition ( int X, int Y ) : void | ||
X | int | |
Y | int | |
리턴 | void |