@equinor/videx-3d
    Preparing search index...

    Type Alias KeysPressed

    type KeysPressed = {
        altKey: boolean;
        ctrlKey: boolean;
        shiftKey: boolean;
    }
    Index

    Properties

    altKey: boolean
    ctrlKey: boolean
    shiftKey: boolean