DISTRHO Plugin Framework
|
#include <Widget.hpp>
Public Member Functions | |
SpecialEvent () noexcept | |
![]() | |
BaseEvent () noexcept | |
virtual | ~BaseEvent () noexcept |
Public Attributes | |
bool | press |
Key | key |
![]() | |
uint | mod |
uint | flags |
uint | time |
Special keyboard event.
This event allows the use of keys that do not have unicode points. Note that some are non-printable keys.
press True if the key was pressed, false if released. key The key pressed.
|
inlinenoexcept |
Constructor