DISTRHO Plugin Framework
|
#include <Widget.hpp>
Public Member Functions | |
CharacterInputEvent () noexcept | |
![]() | |
BaseEvent () noexcept | |
virtual | ~BaseEvent () noexcept |
Public Attributes | |
uint | keycode |
uint | character |
char | string [8] |
![]() | |
uint | mod |
uint | flags |
uint | time |
Character input event.
This event represents text input, usually as the result of a key press. The text is given both as a Unicode character code and a UTF-8 string.
Note that this event is generated by the platform's input system, so there is not necessarily a direct correspondence between text events and physical key presses. For example, with some input methods a sequence of several key presses will generate a single character.
keycode Raw key code. character Unicode character code. string UTF-8 string.
|
inlinenoexcept |
Constuctor