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.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/Minecraft.Client/Input.h b/Minecraft.Client/Input.h
index d8dedd57..c7e1eec4 100644
--- a/Minecraft.Client/Input.h
+++ b/Minecraft.Client/Input.h
@@ -6,20 +6,17 @@ class Input
public:
float xa;
float ya;
- float sprintForward;
bool wasJumping;
bool jumping;
bool sneaking;
- bool usingKeyboardMovement;
-
- Input(); // 4J - added
+ bool sprinting;
+
+ Input();
virtual void tick(LocalPlayer *player);
private:
-
bool lReset;
bool rReset;
- bool m_gamepadSneaking;
};