aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaoge_cmd <3523206925@qq.com>2026-03-01 18:50:55 +0800
committerdaoge_cmd <3523206925@qq.com>2026-03-01 19:20:41 +0800
commitbdef1f9412d21757bc4a21ed905daff32fd0df27 (patch)
tree26f8aad48a60a67b8e3c61ac94005456427716a4 /README.md
parent9af787692e3925d70c9f29eca3c47bdb7479d076 (diff)
feat: add support for keyboard and mouse input
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 9 insertions, 14 deletions
diff --git a/README.md b/README.md
index 19018bfc..c9e77d11 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,12 @@
## Introduction
-This project contains the source code of Minecraft Legacy Console Edition v1.3.0494.0, with some fixes applied to allow compilation and execution in Debug and Release mode on Windows using Visual Studio 2022.
+This project contains the source code of Minecraft Legacy Console Edition v1.3.0494.0, with some fixes and improvements applied.
+
+## Features
+
+- Fixed compilation and execution in both Debug and Release mode on Windows using Visual Studio 2022
+- Added support for keyboard and mouse input
## Build & Run
@@ -14,18 +19,8 @@ This project contains the source code of Minecraft Legacy Console Edition v1.3.0
4. Make sure `Minecraft.Client` is set as the Startup Project
5. Set the build configuration to **Debug** or **Release** and the target platform to **Windows64**, then build and run
-## Playing
-
-Since Minecraft Legacy Console Edition does not natively support keyboard and mouse input, you will need to use a gamepad to play, or use a virtual gamepad emulator such as [QKeyMapper](https://github.com/Zalafina/QKeyMapper).
-
## Known Issues
-1. Builds for other platforms have not been tested and are most likely non-functional.
-2. Sound effects are missing.
-3. Other unknown issues may exist.
-
-## Goals
-
-- [ ] Native keyboard and mouse input support
-- [x] Fix compilation in Release mode on Windows
-- [ ] Fix builds and execution on non-Windows platforms
+- Builds for other platforms have not been tested and are most likely non-functional
+- Sound effects are missing
+- Other unknown issues may exist \ No newline at end of file