kPrecisePointerPanSlop top-level constant

double const kPrecisePointerPanSlop

Like kPanSlop, but for more precise pointers like mice and trackpads.

Implementation

const double kPrecisePointerPanSlop = kPrecisePointerHitSlop * 2.0;