Input: Add Ctrl+Q shortcut to drop entire item stack

This commit is contained in:
Alezito2008 2026-03-08 22:17:55 -03:00
parent 28614b922f
commit ec23aa2b98
4 changed files with 11 additions and 4 deletions

View file

@ -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();