kMinFlingVelocity top-level constant
The minimum velocity for a touch to consider that touch to trigger a fling gesture.
Implementation
// TODO(ianh): Make sure nobody has their own version of this.
const double kMinFlingVelocity = 50.0;
The minimum velocity for a touch to consider that touch to trigger a fling gesture.
// TODO(ianh): Make sure nobody has their own version of this.
const double kMinFlingVelocity = 50.0;