summaryrefslogtreecommitdiff
path: root/doc/classes/Node.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-02-19 09:07:07 +0100
committerGitHub <noreply@github.com>2022-02-19 09:07:07 +0100
commit417698c2023397f801951358565c6016fd6202f4 (patch)
tree9b749047304f1a26f0efacba0dd803e18cc83118 /doc/classes/Node.xml
parent8aed7c1c09e7f6fa902d607d86cc8f6688bf3fb5 (diff)
parent415042ac89d1c9c7f8ca97fa83fc1165350a01da (diff)
Merge pull request #58042 from Sauermann/fix-viewport-border-notifications
Fix Viewport mouse enter+exit notifications
Diffstat (limited to 'doc/classes/Node.xml')
-rw-r--r--doc/classes/Node.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index aa3de1382f..5291ecab08 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -856,6 +856,14 @@
</constant>
<constant name="NOTIFICATION_WM_SIZE_CHANGED" value="1008">
</constant>
+ <constant name="NOTIFICATION_WM_DPI_CHANGE" value="1009">
+ </constant>
+ <constant name="NOTIFICATION_VP_MOUSE_ENTER" value="1010">
+ Notification received when the mouse enters the viewport.
+ </constant>
+ <constant name="NOTIFICATION_VP_MOUSE_EXIT" value="1011">
+ Notification received when the mouse leaves the viewport.
+ </constant>
<constant name="NOTIFICATION_OS_MEMORY_WARNING" value="2009">
Notification received from the OS when the application is exceeding its allocated memory.
Specific to the iOS platform.