The current coordinates of the pointer during the drag.
The difference in coordinates between the start position and the current position during dragging.
The event that initiated the drag (either MouseEvent
or TouchEvent
).
The coordinates where the drag started.
The step difference in coordinates between the current and previous position during dragging.
The absolute difference in coordinates between the start position and the current position, accumulating all movement.