XusbDeviceSubtype Enum

Definition

The device subtype of the controller.

public enum class XusbDeviceSubtype
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class XusbDeviceSubtype
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum XusbDeviceSubtype
Public Enum XusbDeviceSubtype
Inheritance
XusbDeviceSubtype
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

ArcadePad 2

The device subtype is arcadepad.

ArcadeStick 3

The device subtype is arcadestick.

DancePad 10

The device subtype is dancepad.

DrumKit 9

The device subtype is drumkit.

FlightStick 4

The device subtype is flightstick.

Gamepad 1

The device subtype is gamepad.

Guitar 6

The device subtype is guitar.

GuitarAlternate 7

The device subtype is guitaralternate.

GuitarBass 8

The device subtype is guitarbass.

Unknown 0

The device subtype is unknown.

Wheel 5

The device subtype is wheel.

Applies to