Beispiel #1
0
 public static extern bool GetPhysicalCursorPos(out POINT cursorLocation);
Beispiel #2
0
 public static extern int ClientToScreen(IntPtr hWnd, ref POINT lpPoint);
Beispiel #3
0
 public static extern int MapWindowPoints(IntPtr hwndFrom, IntPtr hwndTo, ref POINT lpPoints, [MarshalAs(UnmanagedType.U4)] int cPoints);
 public static extern int MapWindowPoints(IntPtr hwndFrom, IntPtr hwndTo, ref POINT lpPoints, [MarshalAs(UnmanagedType.U4)] int cPoints);
Beispiel #5
0
 private static extern bool GetPhysicalCursorPos(out POINT cursorLocation);