Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 782 Bytes

simplehapticscontroller_sendhapticfeedback_1352523374.md

File metadata and controls

33 lines (20 loc) · 782 Bytes
-api-id -api-type
M:Windows.Devices.Haptics.SimpleHapticsController.SendHapticFeedback(Windows.Devices.Haptics.SimpleHapticsControllerFeedback,System.Double)
winrt method

Windows.Devices.Haptics.SimpleHapticsController.SendHapticFeedback

-description

Start haptic feedback by the input device with the specified intensity.

-parameters

-param feedback

The type of haptic feedback.

-param intensity

The strength of the haptic feedback based on the capability of the input device.

  • 0 disables haptic feedback
  • 1.0 is maximum strength

-remarks

-see-also

-examples