Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation info for constants need to be updated #9697

Closed
cengiz-pz opened this issue Aug 2, 2024 · 1 comment
Closed

Implementation info for constants need to be updated #9697

cengiz-pz opened this issue Aug 2, 2024 · 1 comment

Comments

@cengiz-pz
Copy link

Your Godot version:
4.2.2.stable

Issue description:
The constants section of the documentation for the Node class is as follows:

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.

URL to the documentation page (if already existing):
https://docs.godotengine.org/en/stable/classes/class_node.html

@cengiz-pz
Copy link
Author

It looks like the PR was not included in 4.2.2. Sorry, my mistake. The docs are updated for 4.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants