SimpleHapticsController.IsIntensitySupported Property

Definition

Gets whether the haptic input device supports feedback intensity.

public:
 property bool IsIntensitySupported { bool get(); };
bool IsIntensitySupported();
public bool IsIntensitySupported { get; }
var boolean = simpleHapticsController.isIntensitySupported;
Public ReadOnly Property IsIntensitySupported As Boolean

Property Value

Boolean

bool

true if feedback intensity is supported. Otherwise, false.

Applies to