From 848d93f144a3d70a490533f425f578313bcb49a4 Mon Sep 17 00:00:00 2001 From: Micky Date: Sun, 28 Jan 2024 14:45:42 +0100 Subject: [PATCH] Mention and deprecate InputEventJoypadButton's pressure (cherry picked from commit 25c0c95960a6c6b8e65da7f9828fd83b3c6d1720) --- doc/classes/InputEventJoypadButton.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/classes/InputEventJoypadButton.xml b/doc/classes/InputEventJoypadButton.xml index 095cc1c3633..286ec4f8f68 100644 --- a/doc/classes/InputEventJoypadButton.xml +++ b/doc/classes/InputEventJoypadButton.xml @@ -16,8 +16,9 @@ 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 their finger, if the controller supports it. Ranges from [code]0[/code] to [code]1[/code]. + + Represents the pressure the user puts on a pressure-sensitive button. + [i]Deprecated.[/i] This property is never set by the engine and is always [code]0[/code].