diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-10-22 14:07:24 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2017-10-22 14:07:24 +0700 |
commit | 8265ff4c202ff83ed1c482c469e167a0859b61dc (patch) | |
tree | 5804f0442825d7d2c7228853b0a4ac30ca6bb37c /core | |
parent | 254ea80fd6a55915db070001fdb0acfc3e01791c (diff) |
Bind MainLoop.notif_wm_go_back_request
Diffstat (limited to 'core')
-rw-r--r-- | core/os/main_loop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/main_loop.cpp b/core/os/main_loop.cpp index b146d370f1..8b4449586b 100644 --- a/core/os/main_loop.cpp +++ b/core/os/main_loop.cpp @@ -52,6 +52,7 @@ void MainLoop::_bind_methods() { BIND_CONSTANT(NOTIFICATION_WM_FOCUS_IN); BIND_CONSTANT(NOTIFICATION_WM_FOCUS_OUT); BIND_CONSTANT(NOTIFICATION_WM_QUIT_REQUEST); + BIND_CONSTANT(NOTIFICATION_WM_GO_BACK_REQUEST); BIND_CONSTANT(NOTIFICATION_WM_UNFOCUS_REQUEST); BIND_CONSTANT(NOTIFICATION_OS_MEMORY_WARNING); BIND_CONSTANT(NOTIFICATION_TRANSLATION_CHANGED); |