Add window enter and leave events (mouse focus)

This commit is contained in:
Joshua Granick
2015-04-24 02:18:06 -07:00
parent aefc15ee20
commit 632f0e695d
9 changed files with 104 additions and 8 deletions

View File

@@ -13,12 +13,14 @@ namespace lime {
WINDOW_ACTIVATE,
WINDOW_CLOSE,
WINDOW_DEACTIVATE,
WINDOW_ENTER,
WINDOW_FOCUS_IN,
WINDOW_FOCUS_OUT,
WINDOW_LEAVE,
WINDOW_MINIMIZE,
WINDOW_MOVE,
WINDOW_RESIZE,
WINDOW_RESTORE
WINDOW_RESTORE,
};