1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Make direct item selection keys freely bindable

This commit is contained in:
Wuzzy 2016-12-18 23:34:52 +01:00 committed by paramat
parent d504831ee2
commit 640ba77276
6 changed files with 158 additions and 17 deletions

View file

@ -57,7 +57,6 @@ protected:
extern const KeyPress EscapeKey;
extern const KeyPress CancelKey;
extern const KeyPress NumberKey[10];
// Key configuration getter
KeyPress getKeySetting(const char *settingname);