diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-20 10:02:28 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-20 10:02:28 +0200 |
commit | 0b1bf3cb429ac9cc4af1d45e083c439698262c1a (patch) | |
tree | b0a5ab605c8cf0c92984a859d6a161e32c512426 /doc | |
parent | c359a8e9cac1b8d230d5bdca9512fd55fc99ca68 (diff) | |
parent | bebf2e87f277642ebeb14dda2ee2c1945ee97333 (diff) | |
download | redot-engine-0b1bf3cb429ac9cc4af1d45e083c439698262c1a.tar.gz |
Merge pull request #95760 from jolexxa/docs/joy-info
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"> |