From 3f7025b2ed1d5008b1aba55f2df87a7fc59b424a Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 5 Oct 2023 16:19:48 -0700 Subject: [PATCH] Fixed a missing word --- 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 f39d8788ad7..e18413810b5 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -67,7 +67,7 @@ - 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.