Vertex Viewer SDK
    Preparing search index...

    Interface TapEventDetails

    interface TapEventDetails {
        altKey: boolean;
        buttons: number;
        ctrlKey: boolean;
        metaKey: boolean;
        position: Point.Point;
        shiftKey: boolean;
    }
    Index
    altKey: boolean
    buttons: number
    ctrlKey: boolean
    metaKey: boolean
    position: Point.Point
    shiftKey: boolean