more fshell

This commit is contained in:
minjaesong
2026-05-24 09:50:21 +09:00
parent 2ff471a066
commit 26303c63af
6 changed files with 793 additions and 1814 deletions

View File

@@ -49,7 +49,7 @@ MMIO
0..31 RO: Raw Keyboard Buffer read. Won't shift the key buffer
32..33 RO: Mouse X pos
34..35 RO: Mouse Y pos
36 RO: Mouse down? (1 for TRUE, 0 for FALSE)
36 RO: Mouse down? (1 for LEFT, 2 for RIGHT, 3 for BOTH)
37 RW: Read/Write single key input. Key buffer will be shifted. Manual writing is
usually unnecessary as such action must be automatically managed via LibGDX
input processing.