summaryrefslogtreecommitdiffstats
path: root/core/os
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-09-24 11:44:48 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-09-24 11:52:06 +0200
commit4f294b958f0ca7964297bfb7f3742e06edaaba6a (patch)
tree8dc0dc22b128231ad3021914be1ee1e7db3d97cc /core/os
parentef2a7834c9d3fbbd95a9d26ff2913e4b3c5d8f5f (diff)
downloadredot-engine-4f294b958f0ca7964297bfb7f3742e06edaaba6a.tar.gz
doc: Sync classref with current source
Fix a few missing bindings or unspecified argument names and default values.
Diffstat (limited to 'core/os')
-rw-r--r--core/os/main_loop.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/os/main_loop.cpp b/core/os/main_loop.cpp
index eca3b2a7f4..5587e827ba 100644
--- a/core/os/main_loop.cpp
+++ b/core/os/main_loop.cpp
@@ -63,6 +63,8 @@ void MainLoop::_bind_methods() {
BIND_CONSTANT(NOTIFICATION_WM_ABOUT);
BIND_CONSTANT(NOTIFICATION_CRASH);
BIND_CONSTANT(NOTIFICATION_OS_IME_UPDATE);
+ BIND_CONSTANT(NOTIFICATION_APP_RESUMED);
+ BIND_CONSTANT(NOTIFICATION_APP_PAUSED);
};
void MainLoop::set_init_script(const Ref<Script> &p_init_script) {