1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Update Node docs to change iOS to Android for NOTIFICATION_WM_GO_BACK_REQUEST

This commit is contained in:
Liam Sherwin
2024-06-15 22:49:32 +12:00
committed by Rémi Verschelde
parent 97b8ad1af0
commit 160ac00bdb

View File

@@ -1187,7 +1187,7 @@
</constant>
<constant name="NOTIFICATION_WM_GO_BACK_REQUEST" value="1007">
Notification received from the OS when a go back request is sent (e.g. pressing the "Back" button on Android).
Implemented only on iOS.
Implemented only on Android.
</constant>
<constant name="NOTIFICATION_WM_SIZE_CHANGED" value="1008">
Notification received when the window is resized.