docs: "move" and "moved" are platform-dependent
This commit is contained in:
parent
c244e83e10
commit
172a5a71fc
1 changed files with 4 additions and 0 deletions
|
@ -179,10 +179,14 @@ Emitted when window is getting resized.
|
||||||
|
|
||||||
Emitted when the window is getting moved to a new position.
|
Emitted when the window is getting moved to a new position.
|
||||||
|
|
||||||
|
__Note__: On OS X this event is just an alias of `moved`.
|
||||||
|
|
||||||
### Event: 'moved'
|
### Event: 'moved'
|
||||||
|
|
||||||
Emitted once when the window is moved to a new position.
|
Emitted once when the window is moved to a new position.
|
||||||
|
|
||||||
|
__Note__: This event is available only on OS X.
|
||||||
|
|
||||||
### Event: 'enter-full-screen'
|
### Event: 'enter-full-screen'
|
||||||
|
|
||||||
Emitted when window enters full screen state.
|
Emitted when window enters full screen state.
|
||||||
|
|
Loading…
Reference in a new issue