This is a container type for a set of constants used to represent different mouse buttons in 'click' notifications and other mouse-related activity.
Constants
int BUTTON_LEFT Constant value indicating activity of a left mouse button.
int BUTTON_RIGHT Constant value indicating activity of a right mouse button.
int BUTTON_MIDDLE Constant value indicating activity of a middle mouse button.