InputHapticsManager.IsHapticDevicePresent Method

Definition

Indicates whether a device that supports haptics is present on the system, irrespective of the device that most recently delivered input to the calling thread.

public:
 static bool IsHapticDevicePresent();
 static bool IsHapticDevicePresent();
public static bool IsHapticDevicePresent();
function isHapticDevicePresent()
Public Shared Function IsHapticDevicePresent () As Boolean

Returns

Boolean

bool

true if a haptic device is present on the system; otherwise, false.

Applies to

See also