Skip to content

LongPressStartEvent

Inherits: Event[EventControlType]

Properties

Properties#

global_position class-attribute instance-attribute #

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

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

local_position class-attribute instance-attribute #

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

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