DragUpdateEvent
DragUpdateEvent
#
Bases: Event[EventControlType]
global_delta
#
The amount the pointer has moved in the global coordinate space since the start of the drag.
global_position
#
The pointer's global position when it triggered this update.
local_delta
#
The amount the pointer has moved in the local coordinate space of the event receiver since the start of the drag.
local_position
#
The local position in the coordinate system of the event receiver at which the pointer contacted the screen.
primary_delta
#
The amount the pointer has moved along the primary axis in the coordinate space of the event receiver since the previous update.