alias move and moved event on OS X

This commit is contained in:
deepak1556 2015-05-20 14:07:13 +05:30
parent f46fcd158a
commit 9a60fde59b
8 changed files with 21 additions and 3 deletions

View file

@ -173,12 +173,15 @@ Emitted when window is restored from minimized state.
### Event: 'resize'
Emitted when window is getting resized on all platforms.
Emitted when window is getting resized.
### Event: 'move'
Emitted once when the window is moved to a new position on `OSX` and emitted during the process
of moving on `Linux` and `Windows`.
Emitted when the window is getting moved to a new position.
### Event: 'moved'
Emitted once when the window is moved to a new position.
### Event: 'enter-full-screen'