Add window enter and leave events (mouse focus)
This commit is contained in:
@@ -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,
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user