Merge pull request #111591 from br0b/master

Fix description of `Viewport::set_input_as_handled`
This commit is contained in:
Thaddeus Crews 2025-10-14 10:31:26 -05:00
commit b7bbdfd31c
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -285,7 +285,7 @@
<method name="set_input_as_handled">
<return type="void" />
<description>
Stops the input from propagating further down the [SceneTree].
Stops the input from propagating further up the [SceneTree].
[b]Note:[/b] This does not affect the methods in [Input], only the way events are propagated.
</description>
</method>