Enum XInputController.DeviceSubType
Controller subtype enumeration in SubType field of XINPUT_CAPABILITIES.
Namespace: UnityEngine.InputSystem.XInput
Syntax
public enum DeviceSubType
Remarks
See MSDN.
Fields
| Name | Description | Value | 
|---|---|---|
| Unknown | 0 | |
| Gamepad | 1 | |
| Wheel | 2 | |
| ArcadeStick | 3 | |
| FlightStick | 4 | |
| DancePad | 5 | |
| Guitar | 6 | |
| GuitarAlternate | 7 | |
| DrumKit | 8 | |
| GuitarBass | 11 | |
| ArcadePad | 19 |