XusbDeviceSubtype Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unknown | 0 | The device subtype is unknown. |
Gamepad | 1 | The device subtype is gamepad. |
ArcadePad | 2 | The device subtype is arcadepad. |
ArcadeStick | 3 | The device subtype is arcadestick. |
FlightStick | 4 | The device subtype is flightstick. |
Wheel | 5 | The device subtype is wheel. |
Guitar | 6 | The device subtype is guitar. |
GuitarAlternate | 7 | The device subtype is guitaralternate. |
GuitarBass | 8 | The device subtype is guitarbass. |
DrumKit | 9 | The device subtype is drumkit. |
DancePad | 10 | The device subtype is dancepad. |