mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Mouse forward on macOS (#12281)
* Accept mouse events according to the forward parameter on macOS. * Update BrowserWindow docs: mouse forward is available on macOS
This commit is contained in:
@@ -1382,10 +1382,10 @@ Returns `Boolean` - Whether the window is visible on all workspaces.
|
||||
|
||||
* `ignore` Boolean
|
||||
* `options` Object (optional)
|
||||
* `forward` Boolean (optional) _Windows_ - If true, forwards mouse move
|
||||
* `forward` Boolean (optional) _macOS_ _Windows_ - If true, forwards mouse move
|
||||
messages to Chromium, enabling mouse related events such as `mouseleave`.
|
||||
Only used when `ignore` is true. If `ignore` is false, forwarding is always
|
||||
disabled regardless of this value.
|
||||
Only used when `ignore` is true. If `ignore` is false, forwarding is always
|
||||
disabled regardless of this value.
|
||||
|
||||
Makes the window ignore all mouse events.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user