System.Windows.Forms.XplatUIX11.ShowCursor C# (CSharp) Méthode

ShowCursor() private méthode

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