From bebf2e87f277642ebeb14dda2ee2c1945ee97333 Mon Sep 17 00:00:00 2001 From: Joanna May Date: Sun, 18 Aug 2024 11:47:59 -0500 Subject: [PATCH] docs: highlight lack of joystick info on majority of platforms --- doc/classes/Input.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index 1e7b63eccea..5fdcc0b26b4 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -133,6 +133,7 @@ [code]vendor_id[/code]: The USB vendor ID of the device. [code]product_id[/code]: The USB product ID of the device. [code]steam_input_index[/code]: The Steam Input gamepad index, if the device is not a Steam Input device this key won't be present. + [b]Note:[/b] The returned dictionary is always empty on Web, iOS, Android, and macOS.