Enum for the different mouse buttons.
This enum's values are compatible with those from the UnityEngine.EventSystem InputButton enum, so you can safely cast an InputButton to a MouseButton.
InputButton
MouseButton
The left mouse button (i.e. left click).
The center mouse button.
The right mouse button (i.e. right click).