Fill random docs

(cherry picked from commit eac65fd0a8)
This commit is contained in:
kobewi
2023-02-28 15:06:21 +01:00
committed by Yuri Sizov
parent 103d23539f
commit 1c66b24325
13 changed files with 79 additions and 3 deletions

View File

@@ -954,8 +954,10 @@
Specific to the Android platform.
</constant>
<constant name="NOTIFICATION_WM_SIZE_CHANGED" value="1008">
Notification received from the OS when the window is resized.
</constant>
<constant name="NOTIFICATION_WM_DPI_CHANGE" value="1009">
Notification received from the OS when the screen's DPI has been changed. Only implemented on macOS.
</constant>
<constant name="NOTIFICATION_VP_MOUSE_ENTER" value="1010">
Notification received when the mouse enters the viewport.