TLPinchEventInfo
See source codetype TLPinchEventInfo = TLBaseEventInfo & {
  delta: VecModel
  name: TLPinchEventName
  point: VecModel
  type: 'pinch'
}Prev
TLPinchEventNext
TLPinchEventNametype TLPinchEventInfo = TLBaseEventInfo & {
  delta: VecModel
  name: TLPinchEventName
  point: VecModel
  type: 'pinch'
}