IWheelStaticConfiguration.ForceFeedbackAxisMask Property

Gets a bitmask that indicates which components of the wheel device support force feedback.

Syntax

public:
property unsigned char ForceFeedbackAxisMask {
         unsigned char get ();
}  

Property value

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

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

IWheelStaticConfiguration Interface

IWheelStaticConfiguration Members

Microsoft.Xbox.Input Namespace