Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 818 Bytes

File metadata and controls

28 lines (17 loc) · 818 Bytes
-api-id M:Windows.Devices.Haptics.InputHapticsManager.GetForCurrentThread
-api-type winrt method

Windows.Devices.Haptics.InputHapticsManager.GetForCurrentThread

-description

Returns the InputHapticsManager object for the current thread.

-returns

The InputHapticsManager for the current thread.

-remarks

Multiple calls to this method on the same thread return the same object, even if the object returned by earlier calls has its reference dropped.

-see-also

InputHapticsManager.TryGetForThread, InputHapticsManager.IsSupported

-examples