TLPinchEventInfo
type TLPinchEventInfo = TLBaseEventInfo & {
delta: VecModel;
name: TLPinchEventName;
point: VecModel;
type: "pinch";
};Prev
TLPinchEventNext
TLPinchEventNametype TLPinchEventInfo = TLBaseEventInfo & {
delta: VecModel;
name: TLPinchEventName;
point: VecModel;
type: "pinch";
};