Example #1
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINT lpPoint);
Example #2
0
 public static extern IntPtr WindowFromPoint(POINT point);
Example #3
0
 public static extern bool GetCursorPos(ref POINT lpPoint);