hitTestDots abstract method

int hitTestDots(
  1. double dx,
  2. int count,
  3. double current
)

Returns the index of the section that contains dx.

Sections or hit-targets are calculated differently in some effects

Implementation

int hitTestDots(double dx, int count, double current);