コード例 #1
0
ファイル: User32.cs プロジェクト: ummterry/Clipoff
 public static extern int MapWindowPoints(IntPtr hwndFrom, IntPtr hwndTo, ref POINT lpPoints, [MarshalAs(UnmanagedType.U4)] int cPoints);
コード例 #2
0
ファイル: User32.cs プロジェクト: ummterry/Clipoff
 public static extern bool GetPhysicalCursorPos(out POINT cursorLocation);