delta property

Vector2 delta
final

How far the pointer moved since the last DragUpdateEvent (or since DragStartEvent, for the first one), in scene space.

Implementation

final Vector2 delta;