From 5d618b0570741575bca0c7867ea6b4c57c0f5e26 Mon Sep 17 00:00:00 2001 From: Tomasz Chabora Date: Sat, 9 Nov 2019 00:15:50 +0100 Subject: Clarify how to handle go back button on mobile --- doc/classes/SceneTree.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index bd81a48ff5..b6e2303d2a 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -204,6 +204,7 @@ If [code]true[/code], the application automatically accepts quitting. Enabled by default. + For mobile platforms, see [method set_quit_on_go_back]. @@ -248,6 +249,7 @@ If [code]true[/code], the application quits automatically on going back (e.g. on Android). Enabled by default. + To handle 'Go Back' button when this option is disabled, use [constant MainLoop.NOTIFICATION_WM_GO_BACK_REQUEST]. -- cgit v1.2.3