DragUpdateEvent
        Inherits: Event[EventControlType]
Properties
- 
          global_delta(Offset | None) –The amount the pointer has moved in the global coordinate space 
- 
          global_position(Offset) –The pointer's global position when it triggered this update. 
- 
          local_delta(Offset | None) –The amount the pointer has moved in the local coordinate space of the event receiver 
- 
          local_position(Offset) –The local position in the coordinate system of the event receiver 
- 
          primary_delta(float | None) –The amount the pointer has moved along the primary axis in the coordinate space 
- 
          timestamp(Duration | None) –Recorded timestamp of the source pointer event that triggered the drag event. 
Properties#
class-attribute
      instance-attribute
  
#
    The amount the pointer has moved in the global coordinate space since the start of the drag.
class-attribute
      instance-attribute
  
#
    The pointer's global position when it triggered this update.
class-attribute
      instance-attribute
  
#
    The amount the pointer has moved in the local coordinate space of the event receiver since the start of the drag.
class-attribute
      instance-attribute
  
#
    The local position in the coordinate system of the event receiver at which the pointer contacted the screen.
class-attribute
      instance-attribute
  
#
    The amount the pointer has moved along the primary axis in the coordinate space of the event receiver since the previous update.