Enum XInputController.DeviceSubType
Controller subtype enumeration in SubType
field of XINPUT_CAPABILITIES
.
Namespace: UnityEngine.InputSystem.XInput
Assembly: Unity.InputSystem.dll
Syntax
public enum XInputController.DeviceSubType
Remarks
Provides additional detail about the underlying hardware being used and how it maps physical to logical controls.
See MSDN for additional details.
Fields
Name | Description |
---|---|
ArcadePad | Arcade pad controller. |
ArcadeStick | Arcade stick controller. |
DancePad | Dance pad controller. |
DrumKit | Drum kit controller. |
FlightStick | Flight stick controller. |
Gamepad | Gamepad controller. |
Guitar | Guitar controller. |
GuitarAlternate | Alternate guitar controller. |
GuitarBass | Bass guitar controller. |
Unknown | The controller type is unknown. |
Wheel | Racing wheel controller. |