You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTIFICATION_APPLICATION_RESUMED = 2014
Notification received from the OS when the application is resumed.
Implemented only on Android.
NOTIFICATION_APPLICATION_PAUSED = 2015
Notification received from the OS when the application is paused.
Implemented only on Android.
NOTIFICATION_APPLICATION_FOCUS_IN = 2016
Notification received from the OS when the application is focused, i.e. when changing the focus from the OS desktop or a third-party application to any open window of the Godot instance.
Implemented on desktop platforms.
NOTIFICATION_APPLICATION_FOCUS_OUT = 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 third-party application.
Implemented on desktop platforms.
However @ztc0611 's PR states that the above four constants are now supported on both Android and iOS.
Your Godot version:
4.2.2.stable
Issue description:
The constants section of the documentation for the Node class is as follows:
However @ztc0611 's PR states that the above four constants are now supported on both Android and iOS.
URL to the documentation page (if already existing):
https://docs.godotengine.org/en/stable/classes/class_node.html
The text was updated successfully, but these errors were encountered: