메소드 | 설명 | |
---|---|---|
MouseClick ( IntPtr hwnd, int x, int y ) : void |
Sends a mouse movement to desired window coordinates and left clicks.
|
메소드 | 설명 | |
---|---|---|
PostMessage ( IntPtr hwnd, uint msg, IntPtr wparam, UIntPtr lparam ) : bool |
public static MouseClick ( IntPtr hwnd, int x, int y ) : void | ||
hwnd | IntPtr | |
x | int | X coordinate in the window. |
y | int | Y coordinate in the window. |
리턴 | void |