Add Window expose event

This commit is contained in:
Joshua Granick
2018-05-29 13:06:14 -07:00
parent fe2c75230d
commit 1119ce1958
5 changed files with 26 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ namespace lime {
WINDOW_CLOSE,
WINDOW_DEACTIVATE,
WINDOW_ENTER,
WINDOW_EXPOSE,
WINDOW_FOCUS_IN,
WINDOW_FOCUS_OUT,
WINDOW_LEAVE,