mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Clarify direction of input event propagation
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<argument index="0" name="event" type="InputEvent">
|
||||
</argument>
|
||||
<description>
|
||||
The node's parent forwards input events to this method. Use it to process and accept inputs on UI elements. See [method accept_event].
|
||||
Use this method to process and accept inputs on UI elements. See [method accept_event].
|
||||
Replaces Godot 2's [code]_input_event[/code].
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user