exclusiveGestureBehavior
Declares whether gesture recognizers should be exclusive in this view and its subviews.
Declaration
var exclusiveGestureBehavior: NSView.ExclusiveGestureBehavior { get set }Discussion
When a view is set to .exclusive, and one or more of its gesture recognizers is active, a second input event will not activate any further gesture recognizers, unless that event hit tests to this view or its subviews.
Defaults to .inherit.