NSEvent.GetTouches(NSView) Method

Definition

[Foundation.Export("touchesForView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSSet<AppKit.NSTouch> GetTouches (AppKit.NSView view);
abstract member GetTouches : AppKit.NSView -> Foundation.NSSet<AppKit.NSTouch>
override this.GetTouches : AppKit.NSView -> Foundation.NSSet<AppKit.NSTouch>

Parameters

view
NSView

Returns

Attributes

Applies to