From 55ec64a77a5dae8745739ddbaaf51627840b9b31 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 (cherry picked from commit 7e329a7251b603c3d46da2456d687754547c5793) --- 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 2576b0f6ff8..c464e52317a 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -217,7 +217,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.