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

SetCursor() private method

private SetCursor ( IntPtr window, IntPtr cursor ) : void
window System.IntPtr
cursor System.IntPtr
return void
		internal override void SetCursor(IntPtr window, IntPtr cursor) {
			Hwnd hwnd = Hwnd.ObjectFromHandle (window);

			hwnd.Cursor = cursor;
		}
		
XplatUICarbon