aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Input.h
diff options
context:
space:
mode:
authorOmri <omrih.e@protonmail.com>2026-03-02 00:00:08 +0200
committerGitHub <noreply@github.com>2026-03-02 00:00:08 +0200
commit0d33cfbdbc4c3a80528bd263ce6e53be85340713 (patch)
treef4640efcc7d8ba60e3f925eda1d1e2cba9b33c36 /Minecraft.Client/Input.h
parent34d398cf1b3aa1bfa22a2e4ba434d8b6b63b3dc3 (diff)
parent071d4f65998d617440ade95bd291e47a6a220c59 (diff)
Merge branch 'smartcmd:main' into main
Diffstat (limited to 'Minecraft.Client/Input.h')
-rw-r--r--Minecraft.Client/Input.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Minecraft.Client/Input.h b/Minecraft.Client/Input.h
index ef1dcd0c..d8dedd57 100644
--- a/Minecraft.Client/Input.h
+++ b/Minecraft.Client/Input.h
@@ -6,10 +6,12 @@ class Input
public:
float xa;
float ya;
+ float sprintForward;
bool wasJumping;
bool jumping;
bool sneaking;
+ bool usingKeyboardMovement;
Input(); // 4J - added
@@ -20,4 +22,4 @@ private:
bool lReset;
bool rReset;
bool m_gamepadSneaking;
-}; \ No newline at end of file
+};