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

MouseEnterEvent. More...

#include <events.h>

+ Inheritance diagram for MouseEnterEvent:

Public Member Functions

 MouseEnterEvent ()
 
 MouseEnterEvent (CPoint pos, MouseEventButtonState buttons, Modifiers mods)
 
 MouseEnterEvent (const MouseEvent &e)
 
- 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 MouseEvent
MouseEventButtonState buttonState
 
- 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...
 

Detailed Description

Constructor & Destructor Documentation

◆ MouseEnterEvent() [1/3]

MouseEnterEvent ( )
inline

◆ MouseEnterEvent() [2/3]

MouseEnterEvent ( CPoint  pos,
MouseEventButtonState  buttons,
Modifiers  mods 
)
inline

◆ MouseEnterEvent() [3/3]

MouseEnterEvent ( const MouseEvent e)
inline

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