SimpleHapticsController.IsPlayDurationSupported 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.
Gets whether the haptic input device supports feedback duration.
public:
property bool IsPlayDurationSupported { bool get(); };
bool IsPlayDurationSupported();
public bool IsPlayDurationSupported { get; }
var boolean = simpleHapticsController.isPlayDurationSupported;
Public ReadOnly Property IsPlayDurationSupported As Boolean
Property Value
Boolean
bool
true if duration is supported. Otherwise, false.