SimpleHapticsController.IsPlayDurationSupported Property

Definition

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.

Applies to