Skip to content

Commit 48e809b

Browse files
committed
Clarify joypad features being supported on iOS
This PR clarifies that the advanced joypad features (LED, motion sensors, etc) are now supported on iOS as well.
1 parent 0462f63 commit 48e809b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tutorials/inputs/controller_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and how you can get started with them in Godot.
99

1010
.. warning::
1111

12-
These controller features are currently only supported on Windows, macOS, and Linux.
12+
These controller features are currently only supported on Windows, macOS, iOS, and Linux.
1313

1414

1515
.. warning::

tutorials/inputs/controllers_gamepads_joysticks.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Controllers are supported on Windows, macOS, Linux, Android, iOS, and Web.
99
.. note::
1010

1111
Since Godot 4.5, the engine relies on `SDL 3 <https://www.libsdl.org/index.php>`__
12-
for controller support on Windows, macOS, and Linux. This means the list of
12+
for controller support on Windows, macOS, iOS, and Linux. This means the list of
1313
supported controllers and their behavior should closely match what is available
1414
in other games and engines using SDL 3. Note that SDL is only used for input,
1515
not for windowing or sound.
1616

1717
Prior to Godot 4.5, the engine used its own controller support code.
1818
This can cause certain controllers to behave incorrectly.
19-
This custom code is still used to support controllers on Android, iOS,
20-
and Web, so it may result in issues appearing only on those platforms.
19+
This custom code is still used to support controllers on Android and Web,
20+
so it may result in issues appearing only on those platforms.
2121

2222
Note that more specialized devices such as steering wheels, rudder pedals and
2323
`HOTAS <https://en.wikipedia.org/wiki/HOTAS>`__ are less tested and may not

0 commit comments

Comments
 (0)