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#
class-attribute
      instance-attribute
  
#
    The initial focal point of the pointers in contact with the screen, in global coordinates.
class-attribute
      instance-attribute
  
#
    The initial focal point of the pointers in contact with the screen, in local coordinates.
class-attribute
      instance-attribute
  
#
    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.