Share via


INSGestureRecognizerDelegate.ShouldRecognizeSimultaneously Method

Definition

[Foundation.Export("gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldRecognizeSimultaneously(AppKit.NSGestureRecognizer gestureRecognizer, AppKit.NSGestureRecognizer otherGestureRecognizer);
[<Foundation.Export("gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldRecognizeSimultaneously : AppKit.NSGestureRecognizer * AppKit.NSGestureRecognizer -> bool
override this.ShouldRecognizeSimultaneously : AppKit.NSGestureRecognizer * AppKit.NSGestureRecognizer -> bool

Parameters

gestureRecognizer
NSGestureRecognizer
otherGestureRecognizer
NSGestureRecognizer

Returns

Attributes

Applies to