Merge pull request #1633 from deepak1556/window_event_patch

window: adding resize and move events
This commit is contained in:
Cheng Zhao 2015-05-27 14:54:36 +08:00
commit c244e83e10
10 changed files with 91 additions and 5 deletions

View file

@ -171,6 +171,18 @@ Emitted when window is minimized.
Emitted when window is restored from minimized state.
### Event: 'resize'
Emitted when window is getting resized.
### Event: 'move'
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'
Emitted when window enters full screen state.