RacingWheelReading
RacingWheelReading
RacingWheelReading
RacingWheelReading
Struct
Definition
Represents the current state of the racing wheel.
public : struct RacingWheelReadingpublic struct RacingWheelReadingPublic Structure RacingWheelReading// You can use this struct in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
Brake Brake Brake Brake
The position of the brake.
public : field double Brakepublic field double BrakePublic Field Brake// You can use this field in JavaScript.
Buttons Buttons Buttons Buttons
The state of the racing wheel buttons.
public : field RacingWheelButtons Buttonspublic field RacingWheelButtons ButtonsPublic Field Buttons// You can use this field in JavaScript.
Clutch Clutch Clutch Clutch
The position of the clutch.
public : field double Clutchpublic field double ClutchPublic Field Clutch// You can use this field in JavaScript.
Handbrake Handbrake Handbrake Handbrake
The position of the handbrake.
public : field double Handbrakepublic field double HandbrakePublic Field Handbrake// You can use this field in JavaScript.
PatternShifterGear PatternShifterGear PatternShifterGear PatternShifterGear
The gear the pattern shifter is in.
public : field int PatternShifterGearpublic field int PatternShifterGearPublic Field PatternShifterGear// You can use this field in JavaScript.
Throttle Throttle Throttle Throttle
The position of the throttle.
public : field double Throttlepublic field double ThrottlePublic Field Throttle// You can use this field in JavaScript.
Timestamp Timestamp Timestamp Timestamp
Time when the state was retrieved from the racing wheel.
public : field ulong Timestamppublic field ulong TimestampPublic Field Timestamp// You can use this field in JavaScript.