Skip to content

ScaleEndEvent

Inherits: Event[EventControlType]

Properties

  • pointer_count(int) –

    The number of pointers being tracked by the gesture recognizer.

  • velocity(Offset) –

    The velocity of the last pointer to be lifted off of the screen,

Properties#

pointer_count #

pointer_count: int = field(metadata={'data_field': 'pc'})

The number of pointers being tracked by the gesture recognizer.

Typically this is the number of fingers being used to pan the control using the gesture recognizer.

velocity #

velocity: Offset = field(metadata={'data_field': 'v'})

The velocity of the last pointer to be lifted off of the screen, in pixels per second.