Skip to content

Commit

Permalink
Merge pull request #33464 from KoBeWi/backdroid
Browse files Browse the repository at this point in the history
Clarify how to handle go back button on mobile
  • Loading branch information
akien-mga committed Nov 9, 2019
2 parents 7a333eb + 5d618b0 commit 0ab0d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/classes/SceneTree.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit 0ab0d11

Please sign in to comment.