diff options
author | nobbele <realnobbele@gmail.com> | 2023-02-18 10:19:13 +0100 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2023-02-19 00:28:46 +0100 |
commit | d6c4e40feb60f1a60bc67ca448efa1703ab1047d (patch) | |
tree | 9875a449fc006ff089b631aa6cdbb25af8e01018 /doc | |
parent | 17da86eb7bf112682102cba66d68af00bb94f05d (diff) |
Clarify return value for InputEvent.is_echo()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/InputEvent.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputEvent.xml b/doc/classes/InputEvent.xml index 043ccdca36..53fb334ede 100644 --- a/doc/classes/InputEvent.xml +++ b/doc/classes/InputEvent.xml @@ -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"> |