NSEvent.GetCoalescedTouches(NSTouch) Method

Definition

[Foundation.Export("coalescedTouchesForTouch:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.NSTouch[] GetCoalescedTouches (AppKit.NSTouch touch);
abstract member GetCoalescedTouches : AppKit.NSTouch -> AppKit.NSTouch[]
override this.GetCoalescedTouches : AppKit.NSTouch -> AppKit.NSTouch[]

Parameters

touch
NSTouch

Returns

Attributes

Applies to