TapEvent
        Inherits: Event[EventControlType]
Properties
- 
          global_position(Offset | None) –The global position at which the pointer contacted the screen. 
- 
          kind(PointerDeviceType | None) –The kind of the device that initiated the event. 
- 
          local_position(Offset | None) –The local position at which the pointer contacted the screen. 
Properties#
class-attribute
      instance-attribute
  
#
    The global position at which the pointer contacted the screen.
class-attribute
      instance-attribute
  
#
kind: PointerDeviceType | None = field(
    default=None, metadata={"data_field": "k"}
)
The kind of the device that initiated the event.