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