#include <keybindings.h>
Public Member Functions | |
key (wint_t _ch, bool _function_key) | |
bool | operator< (const key &other) const |
Lexicographic ordering on keys. | |
bool | operator== (const key &other) const |
Public Attributes | |
wint_t | ch |
The key code. | |
bool | function_key |
If true, this is a function key. |
Since the function keys can overlap Unicode codepoints, we need to include a value that distinguishes them.
bool cwidget::config::key::operator< | ( | const key & | other | ) | const [inline] |
Lexicographic ordering on keys.
wint_t cwidget::config::key::ch |
The key code.
If true, this is a function key.