---
title: defaultPerformer
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nshapticfeedbackmanager/defaultperformer
---

# defaultPerformer

Requests a haptic feedback performer object that is based on the current input device, accessibility settings, and user preferences.

## Declaration

```swift
class var defaultPerformer: any NSHapticFeedbackPerformer { get }
```

## Discussion

Discussion This method returns a haptic feedback performer object of type NSHapticFeedbackPerformer that is based on the current input device, accessibility settings, and user preferences. Because the current input device may change at any time, you should request the default performer whenever you need to provide haptic feedback to the user.

## See Also

### Related Documentation

- [NSHapticFeedbackPerformer](appkit/nshapticfeedbackperformer.md)
