aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/window/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgl/window/event.h')
-rw-r--r--include/mgl/window/event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mgl/window/event.h b/include/mgl/window/event.h
index a47568b..f6bf7fd 100644
--- a/include/mgl/window/event.h
+++ b/include/mgl/window/event.h
@@ -50,6 +50,8 @@ typedef enum {
MGL_EVENT_UNKNOWN,
MGL_EVENT_CLOSED, /* Window closed */
MGL_EVENT_RESIZED, /* Window resized */
+ MGL_EVENT_LOST_FOCUS,
+ MGL_EVENT_GAINED_FOCUS,
MGL_EVENT_TEXT_ENTERED,
MGL_EVENT_KEY_PRESSED,
MGL_EVENT_KEY_RELEASED,