Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-09-24 13:39:50 +02:00
parent 247ba2144c
commit 9e7daa26fa
139 changed files with 1840 additions and 727 deletions

View File

@@ -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
-----------