---
title: WKHapticType.click
framework: watchkit
role: symbol
role_heading: Case
path: watchkit/wkhaptictype/click
---

# WKHapticType.click

Indicates a simple click type of feedback.

## Declaration

```swift
case click
```

## Discussion

Discussion Use this haptic to mark fixed points along a path. Space out the intervals at which you play the haptic rather than playing it several times in quick succession.

## See Also

### Constants

- [WKHapticType.notification](watchkit/wkhaptictype/notification.md)
- [WKHapticType.directionUp](watchkit/wkhaptictype/directionup.md)
- [WKHapticType.directionDown](watchkit/wkhaptictype/directiondown.md)
- [WKHapticType.success](watchkit/wkhaptictype/success.md)
- [WKHapticType.failure](watchkit/wkhaptictype/failure.md)
- [WKHapticType.retry](watchkit/wkhaptictype/retry.md)
- [WKHapticType.start](watchkit/wkhaptictype/start.md)
- [WKHapticType.stop](watchkit/wkhaptictype/stop.md)
- [WKHapticType.navigationGenericManeuver](watchkit/wkhaptictype/navigationgenericmaneuver.md)
- [WKHapticType.navigationLeftTurn](watchkit/wkhaptictype/navigationleftturn.md)
- [WKHapticType.navigationRightTurn](watchkit/wkhaptictype/navigationrightturn.md)
