Name
GR_BUTTON -- Mouse button codes
Synopsis
typedef unsigned int GR_BUTTON;
|
Description
A GR_BUTTON type is a bitwise OR combination of one
or more of the following flags. The set flags indicate the mouse
buttons that are pressed.
Table 3-1. Mouse Buton Enumerations
Value | Description |
---|
GR_BUTTON_R | Indicates the right mouse button. |
GR_BUTTON_M | Indicates the middle mouse button. |
GR_BUTTON_L | Indicates the left mouse button. |
GR_BUTTON_ANY | Bitwise OR of all the valid mouse button flags. |