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

@ -351,10 +351,6 @@ const char *KeyPress::name() const
const KeyPress EscapeKey("KEY_ESCAPE");
const KeyPress CancelKey("KEY_CANCEL");
const KeyPress NumberKey[] = {
KeyPress("0"), KeyPress("1"), KeyPress("2"), KeyPress("3"), KeyPress("4"),
KeyPress("5"), KeyPress("6"), KeyPress("7"), KeyPress("8"), KeyPress("9")
};
/*
Key config