From 9b1f1d5b6ed9858b785baa94ac8318c73c473087 Mon Sep 17 00:00:00 2001 From: Micky Date: Sun, 28 Jan 2024 15:00:38 +0100 Subject: [PATCH] [3.x] Mention InputEventJoypadButton's pressure not working --- doc/classes/InputEventJoypadButton.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/InputEventJoypadButton.xml b/doc/classes/InputEventJoypadButton.xml index 0fdbc2fd943..826104b394c 100644 --- a/doc/classes/InputEventJoypadButton.xml +++ b/doc/classes/InputEventJoypadButton.xml @@ -20,6 +20,7 @@ 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].