Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.42 KB

File metadata and controls

41 lines (36 loc) · 1.42 KB

PinchGesture

The PinchGesture class contains the details of a detected pinch gesture.

Properties

Property Description
location

(get) location: PixelPointSignal (set) (Not Available) Specifies a PixelPointSignal that represents the current center point between two touches of the pinch gesture in screen coordinates.

Note: The location is always specified in the screen coordinates, even if the event was emitted as a result of pinching on a specific object.

scale

(get) scale: ScalarSignal (set) (Not Available)

Specifies a ScalarSignal representing the scale factor indicated by the gesture.

## Methods

This module exposes no methods.