fix: ditched sdl and moved to xinput for windows for less ram usage

This commit is contained in:
Simeon Radivoev 2026-03-30 02:02:12 +03:00
parent 90d6711935
commit dc0f2d150a
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
18 changed files with 663 additions and 100 deletions

5
.vscode/tasks.json vendored
View file

@ -38,11 +38,6 @@
"label": "Start Dev (Hot Reload)",
"type": "shell",
"command": "bun run dev:hmr",
"options": {
"env": {
"FORCE_BROWSER": "false"
}
},
"isBackground": true,
"problemMatcher": [],
"presentation": {