pointerId property

int pointerId
final

The unique identifier of the drag event.

Subsequent DragUpdateEvent or DragEndEvent will carry the same pointer id. This allows distinguishing multiple drags that may occur at the same time on the same component.

Implementation

final int pointerId;