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