mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-06-17 14:01:56 +00:00
chat??? dont remove it ig
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "Camera.h"
|
||||
#ifdef _WINDOWS64
|
||||
#include "KeyboardMouseInput.h"
|
||||
#include "KeyMapping.h"
|
||||
#endif
|
||||
|
||||
#include "..\Minecraft.World\MobEffect.h"
|
||||
@@ -3588,6 +3589,12 @@ void Minecraft::tick(bool bFirst, bool bUpdateTextures)
|
||||
// }
|
||||
// #endif
|
||||
|
||||
|
||||
if(Keyboard::isKeyDown(options->keyChat->key))
|
||||
{
|
||||
setScreen(new ChatScreen());
|
||||
}
|
||||
|
||||
#if 0
|
||||
// 4J - TODO - some replacement for input handling...
|
||||
if (screen == NULL || screen.passEvents)
|
||||
|
||||
Reference in New Issue
Block a user