@masatomakino/threejs-drag-watcher
    Preparing search index...

    Interface PinchEvent

    interface PinchEvent {
        delta: number;
        pointers: PointerEvent[];
        type: "pinch";
    }
    Index

    Properties

    Properties

    delta: number
    pointers: PointerEvent[]
    type: "pinch"