Specifies the mouse button to be used for click actions.

Definition

enum MouseButton {
  LEFT
  RIGHT
  MIDDLE
}

Values

LEFT

The primary mouse button, usually the left button. The secondary mouse button, usually the right button.

MIDDLE

The auxiliary mouse button, usually the middle button (scroll wheel click).