RawGameController.ForceFeedbackMotors 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 list of force feedback motors in the raw game controller.
public:
property IVectorView<ForceFeedbackMotor ^> ^ ForceFeedbackMotors { IVectorView<ForceFeedbackMotor ^> ^ get(); };
IVectorView<ForceFeedbackMotor> ForceFeedbackMotors();
public IReadOnlyList<ForceFeedbackMotor> ForceFeedbackMotors { get; }
var iVectorView = rawGameController.forceFeedbackMotors;
Public ReadOnly Property ForceFeedbackMotors As IReadOnlyList(Of ForceFeedbackMotor)
Property Value
The list of force feedback motors in the raw game controller.