|
|
| keyboard_event (Type type=Type::Idle) noexcept |
| |
| | keyboard_event (KeyboardState state, keyboard_modifiers modifiers, keyboard_virtual_key key) noexcept |
| | Create a key-key keyboard event.
|
| |
|
| keyboard_event (tt::grapheme grapheme, bool full=true) noexcept |
| |
|
std::vector< command > const & | getCommands () const noexcept |
| |
◆ Type
| Enumerator |
|---|
| Partialgrapheme | The user is combining a grapheme.
|
| grapheme | The user has finished entering a grapheme.
|
| Key | Key (+modifiers) was used to send a key.
|
◆ keyboard_event()
| tt::keyboard_event::keyboard_event |
( |
KeyboardState | state, |
|
|
keyboard_modifiers | modifiers, |
|
|
keyboard_virtual_key | key ) |
|
inlinenoexcept |
Create a key-key keyboard event.
The documentation for this struct was generated from the following file: