|
|
| KeyboardEvent (Type type=Type::Idle) noexcept |
| |
| | KeyboardEvent (KeyboardState state, KeyboardModifiers modifiers, KeyboardVirtualKey key) noexcept |
| | Create a key-key keyboard event.
|
| |
|
| KeyboardEvent (Grapheme grapheme, bool full=true) noexcept |
| |
|
std::vector< string_ltag > const & | getCommands () const noexcept |
| |
◆ Type
| Enumerator |
|---|
| Entered | Keyboard focus was given.
|
| Exited | Keyboard focus was taken away.
|
| PartialGrapheme | The user is combining a grapheme.
|
| Grapheme | The user has finished entering a grapheme.
|
| Key | Key (+modifiers) was used to send a key.
|
◆ KeyboardEvent()
| tt::KeyboardEvent::KeyboardEvent |
( |
KeyboardState | state, |
|
|
KeyboardModifiers | modifiers, |
|
|
KeyboardVirtualKey | key ) |
|
inlinenoexcept |
Create a key-key keyboard event.
The documentation for this struct was generated from the following file: