VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
#include <events.h>
Public Member Functions | |
MouseUpEvent () | |
MouseUpEvent (const CPoint &pos, MouseEventButtonState buttons) | |
![]() | |
void | ignoreFollowUpMoveAndUpEvents (bool state) |
bool | ignoreFollowUpMoveAndUpEvents () |
![]() | |
Event () noexcept | |
Event (const Event &)=delete | |
Event & | operator= (const Event &)=delete |
Event (Event &&)=default | |
Event & | operator= (Event &&)=default |
Additional Inherited Members | |
![]() | |
uint32_t | clickCount {0} |
![]() | |
MouseEventButtonState | buttonState |
![]() | |
CPoint | mousePosition |
![]() | |
Modifiers | modifiers {} |
pressed modifiers More... | |
![]() | |
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... | |
![]() | |
static constexpr uint32_t | IgnoreFollowUpEvents = EventConsumeState::Last |
static constexpr uint32_t | IgnoreFollowUpEventsMask = 1 << IgnoreFollowUpEvents |
![]() | |
MouseDownUpMoveEvent ()=default | |
MouseDownUpMoveEvent (const CPoint &pos, MouseEventButtonState buttons, Modifiers mods={}) | |
|
inline |
|
inline |