System.Windows.Forms.XplatUICarbon.CGDisplayMoveCursorToPoint C# (CSharp) Method

CGDisplayMoveCursorToPoint() private method

private CGDisplayMoveCursorToPoint ( IntPtr display, System.Windows.Forms.CarbonInternal point ) : void
display System.IntPtr
point System.Windows.Forms.CarbonInternal
return void
		extern static void CGDisplayMoveCursorToPoint (IntPtr display, Carbon.CGPoint point);
		#endregion
XplatUICarbon