MouseButton
The MouseButton enum is used to represent the enumeration type of mouse buttons.
| attributes | description |
|---|---|
| NoButton | No operation. |
| LeftButton | Mouse left button. |
| RightButton | Mouse right button. |
| MiddleButton | Middle mouse button. |
| BackButton | Scrolls the mouse wheel backwards. |
| ForwardButton | Scrolls the wheel forward. |
