NSEvent.TrackSwipeEvent 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("trackSwipeEventWithOptions:dampenAmountThresholdMin:max:usingHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void TrackSwipeEvent (AppKit.NSEventSwipeTrackingOptions options, nfloat minDampenThreshold, nfloat maxDampenThreshold, AppKit.NSEventTrackHandler trackingHandler);
abstract member TrackSwipeEvent : AppKit.NSEventSwipeTrackingOptions * nfloat * nfloat * AppKit.NSEventTrackHandler -> unit
override this.TrackSwipeEvent : AppKit.NSEventSwipeTrackingOptions * nfloat * nfloat * AppKit.NSEventTrackHandler -> unit
Parameters
- options
- NSEventSwipeTrackingOptions
- minDampenThreshold
- nfloat
- maxDampenThreshold
- nfloat
- trackingHandler
- NSEventTrackHandler
- Attributes