chnage move hook and add details to doc

This commit is contained in:
Robo 2015-05-10 09:14:18 +05:30 committed by deepak1556
parent 1b1735bca9
commit f46fcd158a
3 changed files with 8 additions and 8 deletions

View file

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