RacingWheelButtons
RacingWheelButtons
RacingWheelButtons
RacingWheelButtons
Enum
Definition
Specifies the racing wheel button type.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class RacingWheelButtonspublic enum RacingWheelButtonsPublic Enum RacingWheelButtons// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
| Button1 Button1 Button1 Button1 | Button 1. |
| Button10 Button10 Button10 Button10 | Button 10. |
| Button11 Button11 Button11 Button11 | Button 11. |
| Button12 Button12 Button12 Button12 | Button 12. |
| Button13 Button13 Button13 Button13 | Button 13. |
| Button14 Button14 Button14 Button14 | Button 14. |
| Button15 Button15 Button15 Button15 | Button 15. |
| Button16 Button16 Button16 Button16 | Button 16. |
| Button2 Button2 Button2 Button2 | Button 2. |
| Button3 Button3 Button3 Button3 | Button 3. |
| Button4 Button4 Button4 Button4 | Button 4. |
| Button5 Button5 Button5 Button5 | Button 5. |
| Button6 Button6 Button6 Button6 | Button 6. |
| Button7 Button7 Button7 Button7 | Button 7. |
| Button8 Button8 Button8 Button8 | Button 8. |
| Button9 Button9 Button9 Button9 | Button 9. |
| DPadDown DPadDown DPadDown DPadDown | D-pad down. |
| DPadLeft DPadLeft DPadLeft DPadLeft | D-pad left. |
| DPadRight DPadRight DPadRight DPadRight | D-pad right. |
| DPadUp DPadUp DPadUp DPadUp | D-pad up. |
| NextGear NextGear NextGear NextGear | Gear shifted up. |
| None None None None | No button. |
| PreviousGear PreviousGear PreviousGear PreviousGear | Gear shifted down. |
Remarks
The assignment of buttons to the Button# values may change from controller to controller. They are intended to be used via a button mapping UI to assign functionality based on the user’s choices.