HapticFeedbackType Enum
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.
Enumerates the possible types of IHapticFeedback response.
public enum class HapticFeedbackType
public enum HapticFeedbackType
type HapticFeedbackType =
Public Enum HapticFeedbackType
- Inheritance
-
HapticFeedbackType
Fields
Name | Value | Description |
---|---|---|
Click | 0 | The haptic feedback that belongs to a click/tap action. |
LongPress | 1 | The haptic feedback that belongs to a long press action. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.