diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-11-09 07:44:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-09 07:44:48 +0100 |
commit | 0ab0d11c17dd58ac35335cabd032409c42a41a94 (patch) | |
tree | b71201cf7aeac12b39203fac99c83d91ab380cd2 /doc/classes/SceneTree.xml | |
parent | 7a333eb15a12d3941170cc00e9f6ae713eaa7327 (diff) | |
parent | 5d618b0570741575bca0c7867ea6b4c57c0f5e26 (diff) |
Merge pull request #33464 from KoBeWi/backdroid
Clarify how to handle go back button on mobile
Diffstat (limited to 'doc/classes/SceneTree.xml')
-rw-r--r-- | doc/classes/SceneTree.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </argument> <description> If [code]true[/code], the application automatically accepts quitting. Enabled by default. + For mobile platforms, see [method set_quit_on_go_back]. </description> </method> <method name="set_group"> @@ -248,6 +249,7 @@ </argument> <description> 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]. </description> </method> <method name="set_screen_stretch"> |