VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
GestureEvent Struct Reference

GestureEvent. More...

#include <events.h>

+ Inheritance diagram for GestureEvent:

Public Types

enum class  Phase : uint32_t { Unknown , Begin , Changed , End }
 

Public Attributes

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 Member Functions inherited from Event
 Event () noexcept
 
 Event (const Event &)=delete
 
Eventoperator= (const Event &)=delete
 
 Event (Event &&)=default
 
Eventoperator= (Event &&)=default
 

Detailed Description

Member Enumeration Documentation

◆ Phase

enum class Phase : uint32_t
strong
Enumerator
Unknown 
Begin 
Changed 
End 

Member Data Documentation

◆ phase


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