Joystick.md 1.5 KB

Joystick support

The Input System currently has limited support for joysticks as generic HIDs only. The system attempts to identify Controls based on the information provided in the HID descriptor of the Device, but it might not always be accurate. These Devices often work best when you allow the user to manually remap the Controls.

To better support specific joysticks Devices, you can also provide your own custom mappings for those Devices. Unity might extend the Input System to include some mappings for common devices in the future. See the manual page on HID for more information.

Controls

The Input System supports Generic HID Input Devices which are recognized as joysticks via the Joystick class. Joystick Devices can have any number of Controls as reported by the Device's HID descriptor, but the Input System always tries to at least match these common Controls:

Control Type Description
stick StickControl The main stick of the joystick.
trigger ButtonControl The primary trigger of the joystick.