From e53dcc1432e47de252927336feb7a56bdab5f609 Mon Sep 17 00:00:00 2001 From: Micky Date: Sun, 28 Jan 2024 15:00:38 +0100 Subject: [PATCH] Mention InputEventJoypadButton's pressure not working --- doc/classes/InputEventJoypadButton.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/InputEventJoypadButton.xml b/doc/classes/InputEventJoypadButton.xml index ead3b7dbe..c7755a2aa 100644 --- a/doc/classes/InputEventJoypadButton.xml +++ b/doc/classes/InputEventJoypadButton.xml @@ -19,7 +19,8 @@ If [code]true[/code], the button's state is pressed. If [code]false[/code], the button's state is released. - Represents the pressure the user puts on the button with his finger, if the controller supports it. Ranges from [code]0[/code] to [code]1[/code]. + Represents the pressure the user puts on the button with their finger, if the controller supports it. Ranges from [code]0[/code] to [code]1[/code]. + [b]Note:[/b] This property is never set by the engine and is always [code]0[/code].