probably useable now

This commit is contained in:
minjaesong
2021-11-05 22:47:59 +09:00
parent 947c966660
commit 699981d9a2
5 changed files with 2 additions and 3 deletions

View File

@@ -54,9 +54,6 @@ class TypewriterGDX(val width: Int, val height: Int) : Game() {
if (keycode == Input.Keys.ENTER) {
textbuf.add(CodepointSequence())
}
else if (keycode and 128 == Input.Keys.BACKSPACE) {
}
else {
textbuf.last().add(keycode + 0xF3000)