docs: win.setIgnoreMouseEvents

This commit is contained in:
Cheng Zhao 2015-12-09 12:05:47 +08:00
parent 774ba2a235
commit 7bb3bf0f48

View file

@ -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.