mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix description of Viewport::set_input_as_handled
The method stops the `InputEvent` from propagating up, not down.
This commit is contained in:
parent
e825169957
commit
b3bb376391
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@
|
||||||
<method name="set_input_as_handled">
|
<method name="set_input_as_handled">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<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.
|
[b]Note:[/b] This does not affect the methods in [Input], only the way events are propagated.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue