Document Solutions Image Viewer
    Preparing search index...

    Interface WindowKeyboardListenerParams

    Window keyboard listener handler parameters interface.

    interface WindowKeyboardListenerParams {
        alt: boolean;
        ctrl: boolean;
        shift: boolean;
        space: boolean;
    }

    Properties

    alt: boolean

    Indicates Alt key was pressed

    ctrl: boolean

    Indicates Ctrl key was pressed

    shift: boolean

    Indicates Shift key was pressed

    space: boolean

    Indicates Space key was pressed