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