A Zrythm event.
More...
#include <gui/backend/event.h>
|
| EventType | type |
| | Event type.
|
| |
| void * | arg |
| | Argument.
|
| |
| const char * | file |
| | Source file initialized from.
|
| |
| const char * | func |
| | Function initialized from.
|
| |
| int | lineno |
| | Line no initialized from.
|
| |
| char * | backtrace |
| | Backtrace.
|
| |
A Zrythm event.
Definition at line 454 of file event.h.
◆ arg
◆ backtrace
Backtrace.
Definition at line 472 of file event.h.
◆ file
Source file initialized from.
Definition at line 463 of file event.h.
◆ func
Function initialized from.
Definition at line 466 of file event.h.
◆ lineno
Line no initialized from.
Definition at line 469 of file event.h.
◆ type
Event type.
Definition at line 457 of file event.h.
The documentation for this struct was generated from the following file: