|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
UI event handling. More...
Data Structures | |
| class | EventManager |
| Event manager for the UI. More... | |
Macros | |
| #define | EVENT_MANAGER (gZrythm->event_manager_) |
| #define | EVENT_QUEUE (EVENT_MANAGER->mqueue_) |
| The event queue. | |
| #define | EVENTS_PUSH(et, _arg) |
| #define | EVENTS_PUSH_NOW(et, _arg) |
Variables | |
| constexpr int | EVENT_MANAGER_MAX_EVENTS = 4000 |
UI event handling.
| #define EVENT_MANAGER (gZrythm->event_manager_) |
Definition at line 114 of file event_manager.h.
| #define EVENT_QUEUE (EVENT_MANAGER->mqueue_) |
The event queue.
Definition at line 117 of file event_manager.h.
| #define EVENTS_PUSH | ( | et, | |
| _arg ) |
Definition at line 120 of file event_manager.h.
| #define EVENTS_PUSH_NOW | ( | et, | |
| _arg ) |
Definition at line 121 of file event_manager.h.
|
constexpr |
Definition at line 27 of file event_manager.h.