InputHapticsManager.IsHapticDevicePresent Method
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.
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
bool
true if a haptic device is present on the system; otherwise, false.