BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface KeyButtonBimEvent

    interface KeyButtonBimEvent {
        type: string;
        tstamp: number;
        cnt: number;
        buttonCode: string;
        button: string;
        pressed: boolean;
        ctrlDown: boolean;
        shiftDown: boolean;
    }

    Hierarchy

    • BimEvent
      • KeyButtonBimEvent
    Index

    Properties

    type: string
    tstamp: number
    cnt: number
    buttonCode: string
    button: string
    pressed: boolean
    ctrlDown: boolean
    shiftDown: boolean