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