aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Input.cpp
AgeCommit message (Collapse)Author
2026-03-02Revert "Implement item drop functionality with Q key (#99)"void_17
This reverts commit 9e5d9d19ee62085f4e2ab53e7c13e592d9209c97.
2026-03-02Implement item drop functionality with Q key (#99)MrSimpleJS
Added functionality to drop items using the Q key, with support for dropping entire stacks when Ctrl is held. Included checks to prevent dropping items while destroying blocks.
2026-03-02fix: fix sprintingdaoge_cmd
2026-03-01feat: implement per-frame mouse look for reduced input latency on Windowsdaoge_cmd
2026-03-01feat: implement game-tick input handling and per-frame edge detectiondaoge_cmd
2026-03-01feat: add support for keyboard and mouse inputdaoge_cmd
2026-03-01Initial commitdaoge_cmd