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
LeftRight
RightMiddle
MiddleX1
X1X2
X2Button6
Button6Button7
Button7Button8
Button8Last
Last