8.8 released—CSS Media Query support, SF Symbols and much more...
Learn more
PinchGestureEventData
interface PinchGestureEventData extends GestureEventDataWithState {
  scale: number;
  getFocusX(): number;
  getFocusY(): number;
}
Provides gesture event data for pinch gesture.

Summary

Properties

scale
4 properties inherited from GestureEventData
Click to expand
2 properties inherited from EventData
Click to expand
1 properties inherited from GestureEventDataWithState
Click to expand

Properties

Methods

getFocusX

getFocusX(): number

getFocusY

getFocusY(): number
Previous
ParserEvent