VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
Loading...
Searching...
No Matches
MouseUpEvent Struct Reference

MouseUpEvent. More...

#include <events.h>

+ Inheritance diagram for MouseUpEvent:

Public Member Functions

 MouseUpEvent ()
 
 MouseUpEvent (const CPoint &pos, MouseEventButtonState buttons)
 
- Public Member Functions inherited from MouseDownUpMoveEvent
void ignoreFollowUpMoveAndUpEvents (bool state)
 
bool ignoreFollowUpMoveAndUpEvents ()
 
- Public Member Functions inherited from Event
 Event () noexcept
 
 Event (const Event &)=delete
 
Eventoperator= (const Event &)=delete
 
 Event (Event &&)=default
 
Eventoperator= (Event &&)=default
 

Additional Inherited Members

- Public Attributes inherited from MouseDownUpMoveEvent
uint32_t clickCount {0}
 
- Public Attributes inherited from MouseEvent
MouseEventButtonState buttonState
 
- Public Attributes inherited from MousePositionEvent
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?
 
- Static Public Attributes inherited from MouseDownUpMoveEvent
static constexpr uint32_t IgnoreFollowUpEvents = EventConsumeState::Last
 
static constexpr uint32_t IgnoreFollowUpEventsMask = 1 << IgnoreFollowUpEvents
 
- Protected Member Functions inherited from MouseDownUpMoveEvent
 MouseDownUpMoveEvent ()=default
 
 MouseDownUpMoveEvent (const CPoint &pos, MouseEventButtonState buttons, Modifiers mods={})
 

Detailed Description

Constructor & Destructor Documentation

◆ MouseUpEvent() [1/2]

MouseUpEvent ( )
inline

◆ MouseUpEvent() [2/2]

MouseUpEvent ( const CPoint & pos,
MouseEventButtonState buttons )
inline

The documentation for this struct was generated from the following file: