From d6c4e40feb60f1a60bc67ca448efa1703ab1047d Mon Sep 17 00:00:00 2001 From: nobbele Date: Sat, 18 Feb 2023 10:19:13 +0100 Subject: [PATCH] Clarify return value for InputEvent.is_echo() --- doc/classes/InputEvent.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/InputEvent.xml b/doc/classes/InputEvent.xml index 043ccdca369..53fb334ede0 100644 --- a/doc/classes/InputEvent.xml +++ b/doc/classes/InputEvent.xml @@ -74,7 +74,7 @@ - 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].