docs: "move" and "moved" are platform-dependent

This commit is contained in:
Cheng Zhao 2015-05-27 14:57:14 +08:00
parent c244e83e10
commit 172a5a71fc

View file

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