| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
 Inheritance diagram for MousePositionEvent:
 Inheritance diagram for MousePositionEvent:| Public Attributes | |
| CPoint | mousePosition | 
|  Public Attributes inherited from ModifierEvent | |
| Modifiers | modifiers {} | 
| pressed modifiers | |
|  Public Attributes inherited from Event | |
| EventType | type {EventType::Unknown} | 
| Type. | |
| uint64_t | id | 
| Unique ID. | |
| uint64_t | timestamp | 
| Timestamp. | |
| EventConsumeState | consumed | 
| Consumed? If this is true, event dispatching is stopped. | |
| Additional Inherited Members | |
|  Public Member Functions inherited from Event | |
| Event () noexcept | |
| Event (const Event &)=delete | |
| Event & | operator= (const Event &)=delete | 
| Event (Event &&)=default | |
| Event & | operator= (Event &&)=default | 
| CPoint mousePosition |