summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEmily <shatteredrea@gmail.com>2023-10-05 16:19:48 -0700
committerEmily <shatteredrea@gmail.com>2023-10-05 16:19:48 -0700
commit3f7025b2ed1d5008b1aba55f2df87a7fc59b424a (patch)
treee6782141e54f6e123c422353a0e1c42af48cf1ea /doc
parentf2ba8ec6ca2e4ff493cba11f95621d10ab8bb363 (diff)
downloadredot-engine-3f7025b2ed1d5008b1aba55f2df87a7fc59b424a.tar.gz
Fixed a missing word
Diffstat (limited to 'doc')
-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 f39d8788ad..e18413810b 100644
--- a/doc/classes/Input.xml
+++ b/doc/classes/Input.xml
@@ -67,7 +67,7 @@
<param index="0" name="action" type="StringName" />
<param index="1" name="exact_match" type="bool" default="false" />
<description>
- Returns a value between 0 and 1 representing the intensity of the given action. In a joypad, for example, the further away the axis (analog sticks or L2, R2 triggers) is from the dead zone, the closer the value will be to 1. If the action is mapped to a control that has no axis as the keyboard, the value returned will be 0 or 1.
+ Returns a value between 0 and 1 representing the intensity of the given action. In a joypad, for example, the further away the axis (analog sticks or L2, R2 triggers) is from the dead zone, the closer the value will be to 1. If the action is mapped to a control that has no axis such as the keyboard, the value returned will be 0 or 1.
If [param exact_match] is [code]false[/code], it ignores additional input modifiers for [InputEventKey] and [InputEventMouseButton] events, and the direction for [InputEventJoypadMotion] events.
</description>
</method>