Table of Contents

Enum MouseButtonMask

Namespace
Godot
Assembly
GodotSharp.dll
[Flags]
public enum MouseButtonMask : long

Fields

Left = 1

Primary mouse button mask, usually for the left button.

MbXbutton1 = 128

Extra mouse button 1 mask.

MbXbutton2 = 256

Extra mouse button 2 mask.

Middle = 4

Middle mouse button mask.

Right = 2

Secondary mouse button mask, usually for the right button.