secondary constant

MouseButton const secondary

The secondary button is usually the right button, often used to display a context menu.

Implementation

static const MouseButton secondary = MouseButton(2);