Gets a bitmask that indicates which components of the wheel device support force feedback.
public:
property unsigned char ForceFeedbackAxisMask {
unsigned char get ();
}
Type: unsigned char
Bitmask that indicates which components of the wheel device support force feedback. A bit value of one in the bitmask indicates that the related component supports force feedback; the value zero indicates that the component does not support force feedback. The following table describes the component that is related to each bit index.
| Bit index | Component |
|---|---|
| 0 | Wheel rotation angle |
| 1 | Throttle |
| 2 | Brake |
| 3 | Clutch |
| 4 | Handbrake |
| 5 | Single vibration motor-or- Low-frequency vibration motor in a two-motor system |
| 6 | High-frequency vibration motor in a two-motor system |
| 7 | Reserved |
Namespace: Microsoft.Xbox.Input
Metadata: microsoft.xbox.input.winmd
WheelStaticConfiguration Class