aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/MainLoop.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-10-22 12:56:11 +0200
committerRémi Verschelde2017-10-22 12:56:17 +0200
commitfc09e1436654415f7130b69d049b420d7e5e8d54 (patch)
tree4a925d13db9392d51886545586d78b97973cc584 /doc/classes/MainLoop.xml
parent14b1741cbf998f6d950a006681b15803362442d7 (diff)
downloadgodot-fc09e1436654415f7130b69d049b420d7e5e8d54.tar.gz
godot-fc09e1436654415f7130b69d049b420d7e5e8d54.tar.zst
godot-fc09e1436654415f7130b69d049b420d7e5e8d54.zip
classref: Sync with current source
Also fix hyperlink references to same class as per the guidelines. [ci skip]
Diffstat (limited to 'doc/classes/MainLoop.xml')
-rw-r--r--doc/classes/MainLoop.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml
index e6f9e40df..f8343467a 100644
--- a/doc/classes/MainLoop.xml
+++ b/doc/classes/MainLoop.xml
@@ -4,7 +4,7 @@
Main loop is the abstract main loop base class.
</brief_description>
<description>
- Main loop is the abstract main loop base class. All other main loop classes are derived from it. Upon application start, a [MainLoop] has to be provided to OS, else the application will exit. This happens automatically (and a [SceneTree] is created), unless a main [Script] is supplied, which may or not create and return a [MainLoop].
+ Main loop is the abstract main loop base class. All other main loop classes are derived from it. Upon application start, a [code]MainLoop[/code] has to be provided to OS, else the application will exit. This happens automatically (and a [SceneTree] is created), unless a main [Script] is supplied, which may or not create and return a [code]MainLoop[/code].
</description>
<tutorials>
</tutorials>
@@ -124,6 +124,8 @@
</constant>
<constant name="NOTIFICATION_WM_QUIT_REQUEST" value="6" enum="">
</constant>
+ <constant name="NOTIFICATION_WM_GO_BACK_REQUEST" value="7" enum="">
+ </constant>
<constant name="NOTIFICATION_WM_UNFOCUS_REQUEST" value="8" enum="">
</constant>
<constant name="NOTIFICATION_OS_MEMORY_WARNING" value="9" enum="">