modernize input

This commit is contained in:
2026-08-26 19:03:52 -05:00
parent d3bfe54f73
commit 802b0ebfdf
2 changed files with 67 additions and 38 deletions
+1 -1
View File
@@ -10,6 +10,7 @@ public:
bool wasJumping;
bool jumping;
bool sneaking;
bool sprinting;
Input(); // 4J - added
@@ -19,5 +20,4 @@ private:
bool lReset;
bool rReset;
bool m_gamepadSneaking;
};