RacingWheel.WheelMotor Property
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 force feedback motor for the racing wheel.
public:
property ForceFeedbackMotor ^ WheelMotor { ForceFeedbackMotor ^ get(); };
ForceFeedbackMotor WheelMotor();
public ForceFeedbackMotor WheelMotor { get; }
var forceFeedbackMotor = racingWheel.wheelMotor;
Public ReadOnly Property WheelMotor As ForceFeedbackMotor
Property Value
The force feedback motor for the racing wheel. If the controller does not support force feedback, this property will be null.
Remarks
Force feedback is only supported for selected HID (Human Interface Device) controllers.