docs: clarify platform-specific usage of the acceptFirstMouse option (#30522)

This commit is contained in:
Erick Zhao 2021-08-16 05:13:02 -07:00 committed by GitHub
parent 740dcc5c16
commit 6669abf38d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,9 +187,9 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
* `parent` BrowserWindow (optional) - Specify parent window. Default is `null`. * `parent` BrowserWindow (optional) - Specify parent window. Default is `null`.
* `modal` Boolean (optional) - Whether this is a modal window. This only works when the * `modal` Boolean (optional) - Whether this is a modal window. This only works when the
window is a child window. Default is `false`. window is a child window. Default is `false`.
* `acceptFirstMouse` Boolean (optional) - Whether the web view accepts a single * `acceptFirstMouse` Boolean (optional) - Whether clicking an inactive window will also
mouse-down event that simultaneously activates the window. Default is click through to the web contents. Default is `false` on macOS. This option is not
`false`. configurable on other platforms.
* `disableAutoHideCursor` Boolean (optional) - Whether to hide cursor when typing. * `disableAutoHideCursor` Boolean (optional) - Whether to hide cursor when typing.
Default is `false`. Default is `false`.
* `autoHideMenuBar` Boolean (optional) - Auto hide the menu bar unless the `Alt` * `autoHideMenuBar` Boolean (optional) - Auto hide the menu bar unless the `Alt`