kHoverTapSlop top-level constant

const kHoverTapSlop = 20.0

Maximum distance between the down and up pointers for a tap. (Currently not honored by the TapGestureRecognizer; PrimaryPointerGestureRecognizer, which TapGestureRecognizer inherits from, uses kTouchSlop.)

Implementation

const double kHoverTapSlop = 20.0