tec::MouseBtnEvent
#include <events.hpp>
Public Types
| Name | |
|---|---|
| enum | MOUSE_BTN_ACTION { DOWN, UP} |
| enum | MOUSE_BTN { LEFT, RIGHT, MIDDLE} |
Public Attributes
| Name | |
|---|---|
| MOUSE_BTN_ACTION | action |
| MOUSE_BTN | button |
Public Types Documentation
enum MOUSE_BTN_ACTION
| Enumerator | Value | Description |
|---|---|---|
| DOWN | ||
| UP |
enum MOUSE_BTN
| Enumerator | Value | Description |
|---|---|---|
| LEFT | ||
| RIGHT | ||
| MIDDLE |
Public Attributes Documentation
variable action
MOUSE_BTN_ACTION action;
variable button
MOUSE_BTN button;
Updated on 2022-07-24 at 19:27:35 +0000