From bdef1f9412d21757bc4a21ed905daff32fd0df27 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Sun, 1 Mar 2026 18:50:55 +0800 Subject: feat: add support for keyboard and mouse input --- Minecraft.Client/Input.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Minecraft.Client/Input.h') diff --git a/Minecraft.Client/Input.h b/Minecraft.Client/Input.h index 0a44d765..ef1dcd0c 100644 --- a/Minecraft.Client/Input.h +++ b/Minecraft.Client/Input.h @@ -16,7 +16,8 @@ public: virtual void tick(LocalPlayer *player); private: - + bool lReset; bool rReset; + bool m_gamepadSneaking; }; \ No newline at end of file -- cgit v1.2.3