Implement controller arrival metadata support

This commit is contained in:
Cameron Gutman 2023-06-25 20:16:26 -05:00
commit 11aedf56a2
7 changed files with 159 additions and 24 deletions

View file

@ -140,17 +140,18 @@ gamepad
===== ===========
Value Description
===== ===========
x360 xbox 360 controller
ds4 dualshock controller (PS4)
auto Selected based on information from client
x360 Xbox 360 controller
ds4 DualShock 4 controller (PS4)
===== ===========
**Default**
``x360``
``auto``
**Example**
.. code-block:: text
gamepad = x360
gamepad = auto
back_button_timeout
^^^^^^^^^^^^^^^^^^^