Merge pull request #73547 from nobbele/patch-1

Clarify return value for InputEvent.is_echo()
This commit is contained in:
Yuri Sizov 2023-02-19 18:36:22 +03:00 committed by GitHub
commit 8357ddef6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">