| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
#include <events.h>
 Inheritance diagram for ZoomGestureEvent:
 Inheritance diagram for ZoomGestureEvent:| Public Member Functions | |
| ZoomGestureEvent () | |
|  Public Member Functions inherited from Event | |
| Event () noexcept | |
| Event (const Event &)=delete | |
| Event & | operator= (const Event &)=delete | 
| Event (Event &&)=default | |
| Event & | operator= (Event &&)=default | 
| Public Attributes | |
| double | zoom | 
|  Public Attributes inherited from GestureEvent | |
| Phase | phase {Phase::Unknown} | 
|  Public Attributes inherited from MousePositionEvent | |
| CPoint | mousePosition | 
|  Public Attributes inherited from ModifierEvent | |
| Modifiers | modifiers {} | 
| pressed modifiers  More... | |
|  Public Attributes inherited from Event | |
| 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... | |
| Additional Inherited Members | |
|  Public Types inherited from GestureEvent | |
| enum class | Phase : uint32_t { Unknown , Begin , Changed , End } | 
| 
 | inline | 
| double zoom |