kHitSlop top-level constant

double const kHitSlop

Extra hit-test tolerance applied by this package, in scene units.

This constant is used in addition to node-specific thickness and SceneNode.hitPadding to make selection easier on touch devices.

Implementation

const double kHitSlop = 4.0;