diff options
author | Joanna May <joannamadisonmay@gmail.com> | 2024-08-18 11:47:59 -0500 |
---|---|---|
committer | Joanna May <joannamadisonmay@gmail.com> | 2024-08-18 14:47:32 -0500 |
commit | bebf2e87f277642ebeb14dda2ee2c1945ee97333 (patch) | |
tree | 079c7452dfce65efb63c2fcef62f5c7b902b4759 /doc | |
parent | 1bd740d18d714f815486b04bf4c6154ef6c355d9 (diff) | |
download | redot-engine-bebf2e87f277642ebeb14dda2ee2c1945ee97333.tar.gz |
docs: highlight lack of joystick info on majority of platforms
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Input.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index 1e7b63ecce..5fdcc0b26b 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. </description> </method> <method name="get_joy_name"> |