mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
📝 Adding documentation for will-enter-full-screen event
This commit is contained in:
@@ -276,6 +276,11 @@ __Note__: On OS X this event is just an alias of `moved`.
|
||||
|
||||
Emitted once when the window is moved to a new position.
|
||||
|
||||
### Event: 'will-enter-full-screen'
|
||||
|
||||
Emitted when the window is about to enter full screen state. Calling `event.preventDefault()`
|
||||
will cancel the state change.
|
||||
|
||||
### Event: 'enter-full-screen'
|
||||
|
||||
Emitted when the window enters full screen state.
|
||||
|
||||
Reference in New Issue
Block a user