PUA realloc; tamil ligatures

This commit is contained in:
minjaesong
2021-12-29 13:50:55 +09:00
parent d72ecb5cfd
commit 9672aa8e05
7 changed files with 7 additions and 16 deletions

View File

@@ -103,7 +103,7 @@ class TypewriterGDX(val width: Int, val height: Int, val cols: Int) : Game() {
CodepointSequence()
)
var keylayoutbase = 0xF3000
var keylayoutbase = 0xF9000
private val printableKeys = ((Input.Keys.NUM_0..Input.Keys.NUM_9) + (Input.Keys.A..Input.Keys.PERIOD) + 62 + (Input.Keys.BACKSPACE..Input.Keys.SLASH)).toHashSet()
var initDone = false