docs: win.setIgnoreMouseEvents
This commit is contained in:
parent
774ba2a235
commit
7bb3bf0f48
1 changed files with 6 additions and 0 deletions
|
@ -747,3 +747,9 @@ Sets whether the window should be visible on all workspaces.
|
|||
Returns whether the window is visible on all workspaces.
|
||||
|
||||
**Note:** This API always returns false on Windows.
|
||||
|
||||
### `win.setIgnoreMouseEvents(ignore)` _OS X_
|
||||
|
||||
* `ignore` Boolean
|
||||
|
||||
Ignore all moused events that happened in the window.
|
||||
|
|
Loading…
Add table
Reference in a new issue