diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-02-19 18:36:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 18:36:22 +0300 |
commit | 8357ddef6cdb3ea8ea9d3a713a8c84359157cf70 (patch) | |
tree | fd960cb769b66ce3e3b128289ac45aa9f8204437 /doc | |
parent | 80806cb9358538da90fb70ffe880983bf8c2ad01 (diff) | |
parent | d6c4e40feb60f1a60bc67ca448efa1703ab1047d (diff) |
Merge pull request #73547 from nobbele/patch-1
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"> |