From 7e329a7251b603c3d46da2456d687754547c5793 Mon Sep 17 00:00:00 2001 From: Tomasz Chabora Date: Sun, 28 Jul 2019 15:34:31 +0200 Subject: [PATCH] Clarify is_action_pressed() for multiple assigned buttons --- doc/classes/Input.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index bbf1ee186f1..7b865b51cfd 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -222,7 +222,7 @@ - Returns [code]true[/code] if you are pressing the action event. + Returns [code]true[/code] if you are pressing the action event. Note that if an action has multiple buttons asigned and more than one of them is pressed, releasing one button will release the action, even if some other button assigned to this action is still pressed.