示例#1
0
文件: Cocoa.cs 项目: swoolcock/opentk
 public extern static IntPtr SendIntPtr(IntPtr receiver, IntPtr selector, NSPoint p1);
示例#2
0
 internal static extern CGError DisplayMoveCursorToPoint(CGDirectDisplayID display, NSPoint point);
示例#3
0
文件: Cocoa.cs 项目: swoolcock/opentk
 public extern static void SendVoid(IntPtr receiver, IntPtr selector, NSPoint point1);
示例#4
0
 internal static extern CGError WarpMouseCursorPosition(NSPoint newCursorPosition);