Skip to content

ElectronBrowserWindow.setAutoHideCursor method

ElectronBrowserWindow › setAutoHideCursor

Unofficial

Controls whether to hide the cursor when typing (macOS only).

Signature:

setAutoHideCursor(autoHide: boolean): void

Parameters:

Parameter Type Description
autoHide boolean Whether to auto-hide the cursor.

Returns: void