isFlingGesture abstract method

bool isFlingGesture(
  1. VelocityEstimate estimate,
  2. PointerDeviceKind kind
)

Determines if a gesture is a fling or not based on velocity.

A fling calls its gesture end callback with a velocity, allowing the provider of the callback to respond by carrying the gesture forward with inertia, for example.

Implementation

bool isFlingGesture(VelocityEstimate estimate, PointerDeviceKind kind);