|
1151 | 1151 | </constant> |
1152 | 1152 | <constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014"> |
1153 | 1153 | Notification received from the OS when the application is resumed. |
1154 | | - Implemented only on Android. |
| 1154 | + Specific to the Android and iOS platforms. |
1155 | 1155 | </constant> |
1156 | 1156 | <constant name="NOTIFICATION_APPLICATION_PAUSED" value="2015"> |
1157 | 1157 | Notification received from the OS when the application is paused. |
1158 | | - Implemented only on Android. |
| 1158 | + Specific to the Android and iOS platforms. |
| 1159 | + [b]Note:[/b] On iOS, you only have approximately 5 seconds to finish a task started by this signal. If you go over this allotment, iOS will kill the app instead of pausing it. |
1159 | 1160 | </constant> |
1160 | 1161 | <constant name="NOTIFICATION_APPLICATION_FOCUS_IN" value="2016"> |
1161 | | - 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. |
1162 | | - Implemented on desktop platforms. |
| 1162 | + 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. |
| 1163 | + Implemented on desktop and mobile platforms. |
1163 | 1164 | </constant> |
1164 | 1165 | <constant name="NOTIFICATION_APPLICATION_FOCUS_OUT" value="2017"> |
1165 | | - 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. |
1166 | | - Implemented on desktop platforms. |
| 1166 | + 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. |
| 1167 | + Implemented on desktop and mobile platforms. |
1167 | 1168 | </constant> |
1168 | 1169 | <constant name="NOTIFICATION_TEXT_SERVER_CHANGED" value="2018"> |
1169 | 1170 | Notification received when the [TextServer] is changed. |
|
0 commit comments