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#
class-attribute
      instance-attribute
  
#
    The global position the pointer is located at when the drag gesture has been completed.
class-attribute
      instance-attribute
  
#
    The local position in the coordinate system of the event receiver when the drag gesture has been completed.
class-attribute
      instance-attribute
  
#
    The velocity the pointer was moving along the primary axis when it stopped contacting the screen, in logical pixels per second.