aboutsummaryrefslogtreecommitdiff
path: root/core/os/main_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/main_loop.h')
-rw-r--r--core/os/main_loop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/main_loop.h b/core/os/main_loop.h
index 6506a280a..525106142 100644
--- a/core/os/main_loop.h
+++ b/core/os/main_loop.h
@@ -54,6 +54,7 @@ public:
NOTIFICATION_WM_QUIT_REQUEST = 7,
NOTIFICATION_WM_UNFOCUS_REQUEST = 8,
NOTIFICATION_OS_MEMORY_WARNING = 9,
+ NOTIFICATION_TRANSLATION_CHANGED = 10,
};
virtual void input_event( const InputEvent& p_event );