📝 Adding documentation for will-enter-full-screen event

This commit is contained in:
Heilig Benedek 2016-02-09 02:41:19 +01:00
parent 664f95a7b4
commit 157a290e38

View file

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