<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSHapticFeedbackManager/FeedbackPattern",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSHapticFeedbackPattern"
  },
  "title" : "NSHapticFeedbackManager.FeedbackPattern"
}
-->

# NSHapticFeedbackManager.FeedbackPattern

A pattern of haptic feedback to be provided to the user.

```
enum FeedbackPattern
```

## Topics

### Constants

[`NSHapticFeedbackManager.FeedbackPattern.generic`](/documentation/AppKit/NSHapticFeedbackManager/FeedbackPattern/generic)

A general haptic feedback pattern. Use this when no other feedback patterns apply.

[`NSHapticFeedbackManager.FeedbackPattern.alignment`](/documentation/AppKit/NSHapticFeedbackManager/FeedbackPattern/alignment)

A haptic feedback pattern to be used in response to the alignment of an object the user is dragging around. For example, this pattern of feedback could be used in a drawing app when the user drags a shape into alignment with another shape. Other scenarios where this type of feedback could be used might include scaling an object to fit within specific dimensions, positioning an object at a preferred location, or reaching the beginning/minimum or end/maximum of something, such as a track view in an audio/video app.

[`NSHapticFeedbackManager.FeedbackPattern.levelChange`](/documentation/AppKit/NSHapticFeedbackManager/FeedbackPattern/levelChange)

A haptic feedback pattern to be used as the user moves between discrete levels of pressure. This pattern of feedback is used by multilevel accelerator buttons (class [`NSMultiLevelAcceleratorButton`](/documentation/AppKit/NSMultiLevelAcceleratorButton)).



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)