Added a BACK notification besides QUIT, so they go in separate channels.

This commit is contained in:
Juan Linietsky
2017-01-11 16:34:32 -03:00
parent 7bf4b592f8
commit b7d69c2444
8 changed files with 36 additions and 17 deletions

View File

@@ -659,10 +659,10 @@ void OS_Android::init_video_mode(int p_video_width,int p_video_height) {
default_videomode.resizable=false;
}
void OS_Android::main_loop_request_quit() {
void OS_Android::main_loop_request_go_back() {
if (main_loop)
main_loop->notification(MainLoop::NOTIFICATION_WM_QUIT_REQUEST);
main_loop->notification(MainLoop::NOTIFICATION_WM_GO_BACK_REQUEST);
}
void OS_Android::set_display_size(Size2 p_size) {