Share via


NSEvent.TouchesMatchingPhase(NSTouchPhase, NSView) Method

Definition

[Foundation.Export("touchesMatchingPhase:inView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet TouchesMatchingPhase(AppKit.NSTouchPhase phase, AppKit.NSView view);
[<Foundation.Export("touchesMatchingPhase:inView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TouchesMatchingPhase : AppKit.NSTouchPhase * AppKit.NSView -> Foundation.NSSet
override this.TouchesMatchingPhase : AppKit.NSTouchPhase * AppKit.NSView -> Foundation.NSSet

Parameters

phase
NSTouchPhase
view
NSView

Returns

Attributes

Applies to