SimpleHapticsController.SupportedFeedback Property

Definition

Gets the types of feedback supported by the haptic input device.

public:
 property IVectorView<SimpleHapticsControllerFeedback ^> ^ SupportedFeedback { IVectorView<SimpleHapticsControllerFeedback ^> ^ get(); };
IVectorView<SimpleHapticsControllerFeedback> SupportedFeedback();
public IReadOnlyList<SimpleHapticsControllerFeedback> SupportedFeedback { get; }
var iVectorView = simpleHapticsController.supportedFeedback;
Public ReadOnly Property SupportedFeedback As IReadOnlyList(Of SimpleHapticsControllerFeedback)

Property Value

The collection of feedback types supported, including behavior such as duration.

Applies to

See also