Elements
| Name | Description |
|---|---|
| MBU\_LeftButton | Left mouse button. |
| MBU\_MiddleButton | Middle mouse button. |
| MBU\_RightButton | Right mouse button. |
typedef enum {
MBU_LeftButton,
MBU_MiddleButton,
MBU_RightButton
} MouseButtonEnum;
| Name | Description |
|---|---|
| MBU\_LeftButton | Left mouse button. |
| MBU\_MiddleButton | Middle mouse button. |
| MBU\_RightButton | Right mouse button. |
Was this page helpful?