mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-05 13:15:32 +02:00
Add KEY_MAP constant
This commit is contained in:
parent
10eb791fea
commit
0a1ba5abcd
2 changed files with 7 additions and 29 deletions
|
@ -37,6 +37,9 @@ namespace godot
|
|||
BOLD_ITALICS,
|
||||
};
|
||||
|
||||
typedef std::map<std::pair<Key, char32_t>, uint32_t> KeyMap;
|
||||
|
||||
static const KeyMap KEY_MAP;
|
||||
public:
|
||||
enum AttrFlag
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue