kDoubleTapSlop top-level constant

double const kDoubleTapSlop

Distance between the initial position of the first touch and the start position of a potential second touch for the second touch to be considered the second touch of a double-tap gesture.

Implementation

const double kDoubleTapSlop = 100.0;