| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
#include <events.h>
 Inheritance diagram for Event:
 Inheritance diagram for Event:| Public Member Functions | |
| Event () noexcept | |
| Event (const Event &)=delete | |
| Event & | operator= (const Event &)=delete | 
| Event (Event &&)=default | |
| Event & | operator= (Event &&)=default | 
| Public Attributes | |
| EventType | type {EventType::Unknown} | 
| Type.  More... | |
| uint64_t | id | 
| Unique ID.  More... | |
| uint64_t | timestamp | 
| Timestamp.  More... | |
| EventConsumeState | consumed | 
| Consumed? If this is true, event dispatching is stopped.  More... | |
| 
 | noexcept | 
| EventConsumeState consumed | 
Consumed? If this is true, event dispatching is stopped.
| uint64_t id | 
Unique ID.
| uint64_t timestamp | 
Timestamp.
| EventType type {EventType::Unknown} | 
Type.