LongPressEndEvent
End payload for a completed long-press gesture.
Inherits: Event
Properties
global_position- The global position at which the pointer lifted from the screen.local_position- The local position at which the pointer contacted the screen.velocity- The pointer's velocity when it stopped contacting the screen, in pixels per second.
Properties
global_positionclass-attributeinstance-attribute
global_position: Optional[Offset] = field(default=None, metadata={'data_field': 'g'})The global position at which the pointer lifted from the screen.