tapTolerance property

double tapTolerance

The max number of pixels a user can shift his finger during touch for it to be considered a valid tap.

Implementation

external double get tapTolerance;
void tapTolerance=(double value)

Implementation

external set tapTolerance(double value);