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

ShowCursor() private method

private ShowCursor ( bool show ) : void
show bool
return void
		internal override void ShowCursor(bool show) {
			if (show)
				CGDisplayShowCursor (CGMainDisplayID ());
			else
				CGDisplayHideCursor (CGMainDisplayID ());
		}
XplatUICarbon