summaryrefslogtreecommitdiff
path: root/doc/classes/MainLoop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/MainLoop.xml')
-rw-r--r--doc/classes/MainLoop.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml
index 7bb478fce2..55ae54d12b 100644
--- a/doc/classes/MainLoop.xml
+++ b/doc/classes/MainLoop.xml
@@ -142,13 +142,21 @@
Notification received from the OS when an update of the Input Method Engine occurs (e.g. change of IME cursor position or composition string).
Specific to the macOS platform.
</constant>
- <constant name="NOTIFICATION_APP_RESUMED" value="2014">
- Notification received from the OS when the app is resumed.
+ <constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014">
+ Notification received from the OS when the application is resumed.
Specific to the Android platform.
</constant>
- <constant name="NOTIFICATION_APP_PAUSED" value="2015">
- Notification received from the OS when the app is paused.
+ <constant name="NOTIFICATION_APPLICATION_PAUSED" value="2015">
+ Notification received from the OS when the application is paused.
Specific to the Android platform.
</constant>
+ <constant name="NOTIFICATION_APPLICATION_FOCUS_IN" value="2016">
+ Notification received from the OS when the application is focused, i.e. when changing the focus from the OS desktop or a thirdparty application to any open window of the Godot instance.
+ Implemented on desktop platforms.
+ </constant>
+ <constant name="NOTIFICATION_APPLICATION_FOCUS_OUT" value="2017">
+ Notification received from the OS when the application is defocused, i.e. when changing the focus from any open window of the Godot instance to the OS desktop or a thirdparty application.
+ Implemented on desktop platforms.
+ </constant>
</constants>
</class>