Implement window.fullscreen and window.minimize, add onWindow minimize, restore, fullscreen events

This commit is contained in:
Joshua Granick
2015-03-19 16:55:38 -07:00
parent 580e8d426d
commit 138e3f6703
15 changed files with 437 additions and 30 deletions

View File

@@ -15,8 +15,10 @@ namespace lime {
WINDOW_DEACTIVATE,
WINDOW_FOCUS_IN,
WINDOW_FOCUS_OUT,
WINDOW_MINIMIZE,
WINDOW_MOVE,
WINDOW_RESIZE
WINDOW_RESIZE,
WINDOW_RESTORE
};