From 7bb3bf0f4884998331b22c68b99d927a93945289 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 9 Dec 2015 12:05:47 +0800 Subject: [PATCH] docs: win.setIgnoreMouseEvents --- docs/api/browser-window.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index db02b6a..2fbd154 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -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. -- 2.7.4