Share via


NSEvent.GetCoalescedTouches(NSTouch) Method

Definition

[Foundation.Export("coalescedTouchesForTouch:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTouch[] GetCoalescedTouches(AppKit.NSTouch touch);
[<Foundation.Export("coalescedTouchesForTouch:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCoalescedTouches : AppKit.NSTouch -> AppKit.NSTouch[]
override this.GetCoalescedTouches : AppKit.NSTouch -> AppKit.NSTouch[]

Parameters

touch
NSTouch

Returns

Attributes

Applies to