Add KEY_MAP constant

This commit is contained in:
Leroy Hopson 2024-02-14 19:46:29 +13:00
parent 10eb791fea
commit 0a1ba5abcd
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
2 changed files with 7 additions and 29 deletions

View file

@ -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
{