Implement basic virtual keyboard support

- Listener for clicks inside of text fields and other text-based screens
- Virtual keyboard screen in a QWERTY layout
This commit is contained in:
cryy
2025-04-18 19:43:01 +02:00
parent f004f0a32d
commit 9e12381471
8 changed files with 379 additions and 1 deletions

View File

@@ -204,6 +204,7 @@ public class MidnightControlsClient extends MidnightControls {
RainbowColor.tick();
TouchInput.tick();
}
/**
* Called when opening a screen.
*/