Skip to content

Commit

Permalink
Merge pull request #80094 from Sauermann/fix-window-sizechange-doc
Browse files Browse the repository at this point in the history
Explain which nodes receive `NOTIFICATION_WM_SIZE_CHANGED`
  • Loading branch information
akien-mga committed Jan 3, 2024
2 parents dc0114f + 361aa90 commit 9561160
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 @@ -1104,7 +1104,8 @@
Implemented only on iOS.
</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 dots per inch (DPI) scale is changed. Only implemented on macOS.
Expand Down

0 comments on commit 9561160

Please sign in to comment.