handleTapDown abstract method

void handleTapDown(
  1. int pointerId,
  2. TapDownDetails details
)

A pointer has touched the screen.

Implementation

void handleTapDown(int pointerId, TapDownDetails details);