mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -80,6 +80,10 @@ Constants
|
||||
|
||||
.. _class_MainLoop_constant_NOTIFICATION_OS_IME_UPDATE:
|
||||
|
||||
.. _class_MainLoop_constant_NOTIFICATION_APP_RESUMED:
|
||||
|
||||
.. _class_MainLoop_constant_NOTIFICATION_APP_PAUSED:
|
||||
|
||||
- **NOTIFICATION_WM_MOUSE_ENTER** = **1002** --- Notification received from the OS when the mouse enters the game window.
|
||||
|
||||
Implemented on desktop and web platforms.
|
||||
@@ -126,6 +130,14 @@ Implemented on desktop platforms if the crash handler is enabled.
|
||||
|
||||
Specific to the macOS platform.
|
||||
|
||||
- **NOTIFICATION_APP_RESUMED** = **1014** --- Notification received from the OS when the app is resumed.
|
||||
|
||||
Specific to the Android platform.
|
||||
|
||||
- **NOTIFICATION_APP_PAUSED** = **1015** --- Notification received from the OS when the app is paused.
|
||||
|
||||
Specific to the Android platform.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user