Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 975 Bytes

File metadata and controls

26 lines (16 loc) · 975 Bytes
-api-id P:Windows.Devices.Haptics.InputHapticsManager.CurrentHapticsControllerDeviceType
-api-type winrt property

Windows.Devices.Haptics.InputHapticsManager.CurrentHapticsControllerDeviceType

-description

Gets the type of haptic device for the input device from which input was most recently received by the thread (or the device type set by SetOverrideHapticsController if an override is active).

-property-value

The HapticDeviceType of the most recent input device, or HapticDeviceType.None if the device does not support haptics, no input has been received recently, or no override has been set.

-remarks

-see-also

InputHapticsManager.CurrentHapticsController

-examples