Specifies constants that define which mouse button was pressed. This enumeration has a flag attribute that allows a bitwise combination of its member values.
- Header
#include <xtd/forms/mouse_buttons>
- Namespace
- xtd::forms
- Library
- xtd.forms
Enumerator |
---|
none | No mouse button was pressed.
|
left | The left mouse button was pressed.
|
right | The right mouse button was pressed.
|
middle | he middle mouse button was pressed.
|
x_button1 | The first XButton (XBUTTON1) on Microsoft IntelliMouse Explorer was pressed.
|
x_button2 | The second XButton (XBUTTON2) on Microsoft IntelliMouse Explorer was pressed.
|