feat: add support for keyboard and mouse input

This commit is contained in:
daoge_cmd
2026-03-01 18:50:55 +08:00
parent 9af787692e
commit bdef1f9412
12 changed files with 640 additions and 27 deletions

View File

@@ -16,7 +16,8 @@ public:
virtual void tick(LocalPlayer *player);
private:
bool lReset;
bool rReset;
bool m_gamepadSneaking;
};