Table of Contents

Event FlingDetected

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Occurs when a fling gesture is detected (fired once with initial velocity upon touch release).

public event EventHandler<SKFlingGestureEventArgs>? FlingDetected

Returns

EventHandler<SKFlingGestureEventArgs>

Remarks

A fling is triggered when a single-finger pan ends with a velocity exceeding the FlingThreshold. Flings are not triggered after multi-finger gestures (pinch/rotate).