Skip to content

LongPressStartEvent

LongPressStartEvent #

Bases: Event[EventControlType]

global_position #

global_position: Offset | None = field(
    default=None, metadata={"data_field": "g"}
)

The global position at which the pointer initially contacted the screen.

local_position #

local_position: Offset | None = field(
    default=None, metadata={"data_field": "l"}
)

The local position at which the pointer initially contacted the screen.