HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Friends
v1::keyboard_key Class Reference

#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::ostreamoperator<< (std::ostream &lhs, keyboard_key const &rhs)
 

Detailed Description

A key in combination with modifiers.

This key is based on the actual symbol on the keyboard.


The documentation for this class was generated from the following file: