mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-25 08:53:51 +00:00
Input: Add Ctrl+Q shortcut to drop entire item stack
This commit is contained in:
parent
28614b922f
commit
ec23aa2b98
4 changed files with 11 additions and 4 deletions
|
|
@ -32,6 +32,8 @@ public:
|
|||
static const int KEY_DEBUG_INFO = VK_F3;
|
||||
static const int KEY_DEBUG_MENU = VK_F4;
|
||||
|
||||
static const int KEY_CONTROL = VK_CONTROL;
|
||||
|
||||
void Init();
|
||||
void Tick();
|
||||
void ClearAllState();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue