Share via


NSEvent.TrackSwipeEvent Method

Definition

[Foundation.Export("trackSwipeEventWithOptions:dampenAmountThresholdMin:max:usingHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void TrackSwipeEvent(AppKit.NSEventSwipeTrackingOptions options, System.Runtime.InteropServices.NFloat minDampenThreshold, System.Runtime.InteropServices.NFloat maxDampenThreshold, AppKit.NSEventTrackHandler trackingHandler);
[<Foundation.Export("trackSwipeEventWithOptions:dampenAmountThresholdMin:max:usingHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TrackSwipeEvent : AppKit.NSEventSwipeTrackingOptions * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * AppKit.NSEventTrackHandler -> unit
override this.TrackSwipeEvent : AppKit.NSEventSwipeTrackingOptions * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * AppKit.NSEventTrackHandler -> unit

Parameters

minDampenThreshold
NFloat
maxDampenThreshold
NFloat
trackingHandler
NSEventTrackHandler
Attributes

Applies to