2 references to ShowCursor
System.Windows.Forms (2)
System\Windows\Forms\Input\Cursor.cs (2)
373
public static void Hide() => PInvoke.
ShowCursor
(bShow: false);
463
public static void Show() => PInvoke.
ShowCursor
(bShow: true);