mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Add files via upload
This commit is contained in:
parent
3351f06c3a
commit
78aafe6f94
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue