pointerId property
The unique identifier of the scale event.
Subsequent ScaleUpdateEvent or ScaleEndEvent will carry the same pointer id. This allows distinguishing multiple simultaneous scale gestures.
Implementation
final int pointerId;
The unique identifier of the scale event.
Subsequent ScaleUpdateEvent or ScaleEndEvent will carry the same pointer id. This allows distinguishing multiple simultaneous scale gestures.
final int pointerId;