Add files via upload

This commit is contained in:
ethxn 2026-03-19 19:30:00 +08:00 committed by GitHub
parent 3351f06c3a
commit 78aafe6f94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,9 +23,10 @@ public:
static const int KEY_SPRINT = VK_CONTROL;
static const int KEY_INVENTORY = 'E';
static const int KEY_DROP = 'Q';
static const int KEY_CRAFTING = 'C';
static const int KEY_CRAFTING_ALT = 'R';
static const int KEY_CRAFTING = 'R';
static const int KEY_ZOOM = 'C';
static const int KEY_CHAT = 'T';
static const int KEY_SLASHCOMMANDCHAT = VK_OEM_2;
static const int KEY_CONFIRM = VK_RETURN;
static const int KEY_CANCEL = VK_ESCAPE;
static const int KEY_PAUSE = VK_ESCAPE;
@ -39,6 +40,7 @@ public:
// todo: implement and shi
static const int KEY_SCREENSHOT = VK_F2;
static const int KEY_PICKBLOCK = MOUSE_MIDDLE;
void Init();
void Tick();