|
1161 | 1161 | </constant> |
1162 | 1162 | <constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014"> |
1163 | 1163 | Notification received from the OS when the application is resumed. |
1164 | | - Implemented only on Android. |
| 1164 | + Specific to the Android and iOS platforms. |
1165 | 1165 | </constant> |
1166 | 1166 | <constant name="NOTIFICATION_APPLICATION_PAUSED" value="2015"> |
1167 | 1167 | Notification received from the OS when the application is paused. |
1168 | | - Implemented only on Android. |
| 1168 | + Specific to the Android and iOS platforms. |
| 1169 | + [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. |
1169 | 1170 | </constant> |
1170 | 1171 | <constant name="NOTIFICATION_APPLICATION_FOCUS_IN" value="2016"> |
1171 | | - 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. |
1172 | | - Implemented on desktop platforms. |
| 1172 | + 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. |
| 1173 | + Implemented on desktop and mobile platforms. |
1173 | 1174 | </constant> |
1174 | 1175 | <constant name="NOTIFICATION_APPLICATION_FOCUS_OUT" value="2017"> |
1175 | | - 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. |
1176 | | - Implemented on desktop platforms. |
| 1176 | + 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. |
| 1177 | + Implemented on desktop and mobile platforms. |
1177 | 1178 | </constant> |
1178 | 1179 | <constant name="NOTIFICATION_TEXT_SERVER_CHANGED" value="2018"> |
1179 | 1180 | Notification received when the [TextServer] is changed. |
|
0 commit comments