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#
global_position
#
The global position at which the pointer contacted the screen.
kind
#
kind: PointerDeviceType | None = field(
default=None, metadata={"data_field": "k"}
)
The kind of the device that initiated the event.