aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Input.h
diff options
context:
space:
mode:
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
+};