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

ShowCursor() private method

private ShowCursor ( bool show ) : void
show bool
return void
		internal override void ShowCursor(bool show) {
			;	// FIXME - X11 doesn't 'hide' the cursor. we could create an empty cursor
		}
XplatUIX11