aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Windows64/KeyboardMouseInput.h
AgeCommit message (Collapse)Author
4 daysChange KEY_HOST_SETTINGS back to to VK_TABrtm516
6 daysorganized keybinds a lil bit (#1279)retucio
2026-03-06Add Chat / Pastes / Formatting (#682)Kevin
* Initial fixes for ContainerSetSlotPacket and CraftItemPacket * Chat: paste, history, § formatting, 1-9 block when open (Windows64) Made-with: Cursor * static_cast refactor
2026-03-05Fix save list, delete save, exit without saving, and blank username on ↵dtentiion
Windows64 (#539) * Fix world save rename not applying new name KeyboardCompleteWorldNameCallback had no _WINDOWS64 branch, so the typed name was validated then silently discarded on every rename attempt. Write the new name to a worldname.txt sidecar file next to the save (Windows64\GameHDD\{folder}\worldname.txt) and update the in-memory display name immediately. ReadLevelNameFromSaveFile now checks for this sidecar first so renamed saves persist correctly across restarts. * Fixed gamertag being blank upon renaming and re-joining a save * Save deletion fix, exiting without saving fix * Add native in-game keyboard UI for world naming and renaming
2026-03-05Fix F3 opening host menu (#522)Alezito2008
* Fix debug menu opening game info menu * remove redundant F4 handling
2026-03-05fix: restore KBM sprint on either Ctrl keydaoge_cmd
2026-03-05Fix controller paging regression in creative menudaoge_cmd
Preserve smooth row-by-row scrolling for mouse wheel input, but restore full-page movement for controller/menu scroll actions in the creative inventory. Commit 3093ca3 changed page indexing to support smooth scrolling, which caused ACTION_MENU_OTHER_STICK_UP/DOWN to advance by one row instead of one page. Track whether the scroll action originated from the mouse wheel and only use single-row steps in that case. Fixes #253
2026-03-05refactor: refactor KBM input codedaoge_cmd
2026-03-02feat: improve mouse input handlingdaoge_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