DragEndEvent
Inherits: Event[EventControlType]
Properties
-
global_position
(Offset
) –The global position the pointer is located at when the drag gesture
-
local_position
(Offset
) –The local position in the coordinate system of the event receiver
-
primary_velocity
(float | None
) –The velocity the pointer was moving along the primary axis when it stopped
-
velocity
(Offset
) –The velocity vector the pointer was moving when it stopped contacting the screen,
Properties#
global_position
#
The global position the pointer is located at when the drag gesture has been completed.
local_position
#
The local position in the coordinate system of the event receiver when the drag gesture has been completed.
primary_velocity
#
The velocity the pointer was moving along the primary axis when it stopped contacting the screen, in logical pixels per second.