Constructor SKFlingGestureEventArgs
SKFlingGestureEventArgs(SKPoint)
Initializes a new instance of the SKFlingGestureEventArgs class with velocity only. Used for the initial FlingDetected event.
public SKFlingGestureEventArgs(SKPoint velocity)
Parameters
velocitySKPointThe initial velocity in pixels per second.
SKFlingGestureEventArgs(SKPoint, SKPoint)
Initializes a new instance of the SKFlingGestureEventArgs class with velocity and per-frame displacement. Used for FlingUpdated events.
public SKFlingGestureEventArgs(SKPoint velocity, SKPoint delta)