Atlas Engine
API Referenceatlasatlas/input

MouseButton

Mouse button identifiers used by input polling and trigger bindings.

Module: atlas/input

Mouse button identifiers used by input polling and trigger bindings.

Declaration

export enum MouseButton {
        Left,
        Right,
        Middle,
        X1,
        X2,
        Button6,
        Button7,
        Button8,
        Last,
    }

Values

Left

Left
Right

Middle

Middle

X1

X1

X2

X2

Button6

Button6

Button7

Button7

Button8

Button8

Last

Last

On this page