Skip to content

Commit

Permalink
Explain which nodes receive NOTIFICATION_WM_SIZE_CHANGED
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauermann committed Nov 13, 2023
1 parent 5945768 commit 361aa90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/classes/Node.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,8 @@
Specific to the Android platform.
</constant>
<constant name="NOTIFICATION_WM_SIZE_CHANGED" value="1008">
Notification received from the OS when the window is resized.
Notification received when the window is resized.
[b]Note:[/b] Only the resized [Window] node receives this notification, and it's not propagated to the child nodes.
</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.
Expand Down

0 comments on commit 361aa90

Please sign in to comment.