You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Clarify return value for InputEvent.is_echo()
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
<method name="is_echo" qualifiers="const">
|
<method name="is_echo" qualifiers="const">
|
||||||
<return type="bool" />
|
<return type="bool" />
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="is_match" qualifiers="const">
|
<method name="is_match" qualifiers="const">
|
||||||
|
|||||||
Reference in New Issue
Block a user