handleLongTapDown abstract method

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

A pointer that has previously triggered handleTapDown is still touching the screen after longTapDelay seconds.

Implementation

void handleLongTapDown(int pointerId, TapDownDetails details);