ScaleStartEvent
Inherits: Event[EventControlType]
Properties
-
global_focal_point
(Offset
) –The initial focal point of the pointers in contact with the screen,
-
local_focal_point
(Offset
) –The initial focal point of the pointers in contact with the screen,
-
pointer_count
(int
) –The number of pointers being tracked by the gesture recognizer.
-
timestamp
(Duration | None
) –Recorded timestamp of the source pointer event that triggered the scale event.
Properties#
global_focal_point
#
The initial focal point of the pointers in contact with the screen, in global coordinates.
local_focal_point
#
The initial focal point of the pointers in contact with the screen, in local coordinates.
pointer_count
#
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.