mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Clarify return value for InputEvent.is_echo()
This commit is contained in:
parent
17da86eb7b
commit
d6c4e40feb
@ -74,7 +74,7 @@
|
||||
<method name="is_echo" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code] if this input event is an echo event (only for events of type [InputEventKey]).
|
||||
Returns [code]true[/code] if this input event is an echo event (only for events of type [InputEventKey]). Any other event type returns [code]false[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_match" qualifiers="const">
|
||||
|
Loading…
x
Reference in New Issue
Block a user