Méthode | Description | |
---|---|---|
MouseClick ( IntPtr hwnd, int x, int y ) : void |
Sends a mouse movement to desired window coordinates and left clicks.
|
Méthode | Description | |
---|---|---|
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. |
Résultat | void |