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:
parent
d504831ee2
commit
640ba77276
6 changed files with 158 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue