summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2019-07-28 15:34:31 +0200
committerTomasz Chabora <kobewi4e@gmail.com>2019-07-28 15:37:08 +0200
commit7e329a7251b603c3d46da2456d687754547c5793 (patch)
tree6524aa6bbf9f1128501bd85fab180b5d0d1fa71c /doc/classes
parente4ec59b6ae7ba4da8a57d35a4763192fd84fa358 (diff)
Clarify is_action_pressed() for multiple assigned buttons
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Input.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml
index bbf1ee186f..7b865b51cf 100644
--- a/doc/classes/Input.xml
+++ b/doc/classes/Input.xml
@@ -222,7 +222,7 @@
<argument index="0" name="action" type="String">
</argument>
<description>
- 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.
</description>
</method>
<method name="is_joy_button_pressed" qualifiers="const">