Share via


NSGestureRecognizer.TouchesBegan(NSEvent) Method

Definition

[Foundation.Export("touchesBeganWithEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void TouchesBegan(AppKit.NSEvent touchEvent);
[<Foundation.Export("touchesBeganWithEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TouchesBegan : AppKit.NSEvent -> unit
override this.TouchesBegan : AppKit.NSEvent -> unit

Parameters

touchEvent
NSEvent
Attributes

Applies to