Implement window.fullscreen and window.minimize, add onWindow minimize, restore, fullscreen events
This commit is contained in:
@@ -15,8 +15,10 @@ namespace lime {
|
||||
WINDOW_DEACTIVATE,
|
||||
WINDOW_FOCUS_IN,
|
||||
WINDOW_FOCUS_OUT,
|
||||
WINDOW_MINIMIZE,
|
||||
WINDOW_MOVE,
|
||||
WINDOW_RESIZE
|
||||
WINDOW_RESIZE,
|
||||
WINDOW_RESTORE
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user