weasel API - v0.8.0
    Preparing search index...

    Interface DragGesturePoint

    Pointer position in both world (gesture-coord) and client (CSS-px) space.

    interface DragGesturePoint {
        clientX: number;
        clientY: number;
        worldX: number;
        worldY: number;
    }
    Index

    Properties

    clientX: number
    clientY: number
    worldX: number
    worldY: number