|
HikoGUI
A low latency retained GUI
|
#include <TTauri/GUI/KeyboardKey.hpp>
Public Member Functions | |
| constexpr | KeyboardKey (KeyboardModifiers modifiers, KeyboardVirtualKey key) noexcept |
| KeyboardKey (std::string_view key_combination) | |
| size_t | hash () const noexcept |
Friends | |
| bool | operator== (KeyboardKey const &lhs, KeyboardKey const &rhs) noexcept |
| bool | operator!= (KeyboardKey const &lhs, KeyboardKey const &rhs) noexcept |
| std::string | to_string (KeyboardKey const &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &lhs, KeyboardKey const &rhs) |
A key in combination with modifiers.
This key is based on the actual symbol on the keyboard.