From d717f18628d53f8b6abd1e578240c1762365185e Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Sun, 15 Mar 2026 03:47:31 -0500 Subject: [PATCH] feat: F2 for screenshotting some code used from MLRE --- Minecraft.Client/Windows64/KeyboardMouseInput.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Minecraft.Client/Windows64/KeyboardMouseInput.h b/Minecraft.Client/Windows64/KeyboardMouseInput.h index e8b5f588..9b25c929 100644 --- a/Minecraft.Client/Windows64/KeyboardMouseInput.h +++ b/Minecraft.Client/Windows64/KeyboardMouseInput.h @@ -36,8 +36,6 @@ public: static const int KEY_DEBUG_CONSOLE = VK_F6; static const int KEY_HOST_SETTINGS = VK_TAB; static const int KEY_FULLSCREEN = VK_F11; - - // todo: implement and shi static const int KEY_SCREENSHOT = VK_F2; void Init();