System.Windows.Forms.XplatUIX11.ShowCursor C# (CSharp) 메소드

ShowCursor() 개인적인 메소드

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