Table of Contents

Event FlingUpdated

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Occurs each animation frame during a fling deceleration.

public event EventHandler<SKFlingGestureEventArgs>? FlingUpdated

Returns

EventHandler<SKFlingGestureEventArgs>

Remarks

The Delta property contains the per-frame displacement. The velocity decays each frame according to FlingFriction.