pointerId property
The unique identifier of the tap event.
Subsequent TapUpEvent or TapCancelEvent will carry the same pointer id. This allows distinguishing multiple taps that may occur simultaneously on the same component.
Implementation
final int pointerId;