DragStartEvent
        Inherits: Event[EventControlType]
Properties
- 
          global_position(Offset) –The global position at which the pointer contacted the screen. 
- 
          kind(PointerDeviceType) –The kind of the device that initiated the event. 
- 
          local_position(Offset) –The local position in the coordinate system of the event receiver at which 
- 
          timestamp(Duration | None) –Recorded timestamp of the source pointer event that triggered the drag event. 
Properties#
class-attribute
      instance-attribute
  
#
    The global position at which the pointer contacted the screen.
Defaults to the origin if not specified in the constructor.
class-attribute
      instance-attribute
  
#
kind: PointerDeviceType = field(
    metadata={"data_field": "k"}
)
The kind of the device that initiated the event.
class-attribute
      instance-attribute
  
#
    The local position in the coordinate system of the event receiver at which the pointer contacted the screen.