VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
#include <events.h>
Public Types | |
enum | Flags : uint32_t { DirectionInvertedFromDevice = 1 << 0 , PreciseDeltas = 1 << 1 } |
Public Member Functions | |
MouseWheelEvent () | |
![]() | |
Event () noexcept | |
Event (const Event &)=delete | |
Event & | operator= (const Event &)=delete |
Event (Event &&)=default | |
Event & | operator= (Event &&)=default |
Public Attributes | |
CCoord | deltaX {0.} |
CCoord | deltaY {0.} |
uint32_t | flags {0} |
![]() | |
CPoint | mousePosition |
![]() | |
Modifiers | modifiers {} |
pressed modifiers | |
![]() | |
EventType | type {EventType::Unknown} |
Type. | |
uint64_t | id |
Unique ID. | |
uint64_t | timestamp |
Timestamp. | |
EventConsumeState | consumed |
Consumed? | |
enum Flags : uint32_t |
|
inline |
CCoord deltaX {0.} |
CCoord deltaY {0.} |
uint32_t flags {0} |