📝 Adding documentation for will-enter-full-screen event
This commit is contained in:
parent
664f95a7b4
commit
157a290e38
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue