NSEvent.GetTouches(NSView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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