ElectronBrowserWindow.setAutoHideCursor method
ElectronBrowserWindow › setAutoHideCursor
Unofficial
Controls whether to hide the cursor when typing (macOS only).Signature:
setAutoHideCursor(autoHide: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| autoHide | boolean | Whether to auto-hide the cursor. |
Returns: void