The gesture recognize objects currently attached to the view.
SDK
- macOS 10.10+
Framework
- App
Kit
Declaration
@property(copy) NSArray<_ _kindof NSGesture Recognizer *> *gestureRecognizers;
Discussion
The objects in the array are concrete implementations of the NSGesture
class. If the view has no attached gesture recognizers, the array is empty.