thai pattachote keyboard

This commit is contained in:
minjaesong
2021-11-16 16:41:14 +09:00
parent 6521f45296
commit 5e8e8a64b6
3 changed files with 291 additions and 1 deletions

View File

@@ -268,7 +268,8 @@ private class UIItemInputKeycap(
}
private fun isDiacritic(c: Int) = c in 0x300..0x36F || c in 0x1AB0..0x1AFF ||
c in 0x1DC0..0x1DFF || c in 0x20D0..0x20FF || c in 0xFE20..0xFE2F
c in 0x1DC0..0x1DFF || c in 0x20D0..0x20FF || c in 0xFE20..0xFE2F ||
c == 0xE31 || c in 0xE34..0xE3A || c in 0xE47..0xE4E
override fun render(batch: SpriteBatch, camera: Camera) {
super.render(batch, camera)