feat: add DPI awareness and auto-detect screen resolution

This commit is contained in:
daoge_cmd
2026-03-01 21:22:02 +08:00
parent f90c74d9a3
commit 8b1dafd361
3 changed files with 21 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ This project contains the source code of Minecraft Legacy Console Edition v1.3.0
- Added support for keyboard and mouse input
- Added fullscreen mode support (toggle using F11)
- Disabled V-Sync for better performance
- Auto-detect native monitor resolution with DPI awareness, resulting in sharper visuals on high-resolution displays
## Build & Run