onTouchDown method

  1. @override
void onTouchDown (double xPos, double yPos)
override

Enables the crosshair on touch down.

Implementation

@override
void onTouchDown(double xPos, double yPos) {
  show(xPos, yPos);
}