Skip to content

Commit

Permalink
Document Windows limitation to 4 controllers in Controllers, gamepads…
Browse files Browse the repository at this point in the history
… and joysticks
  • Loading branch information
Calinou committed Dec 9, 2023
1 parent 6eba1c1 commit d3711c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tutorials/inputs/controllers_gamepads_joysticks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ First, check that your controller is recognized by other applications. You can
use the `Gamepad Tester <https://gamepad-tester.com/>`__ website to confirm that
your controller is recognized.

Also, on Windows, Godot only supports up to 4 controllers at a time. This is
because Godot uses the XInput API, which is limited to supporting 4 controllers
at once. Additional controllers above this limit are ignored by Godot.

My controller has incorrectly mapped buttons or axes.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit d3711c7

Please sign in to comment.