working spinner

This commit is contained in:
minjaesong
2021-10-23 22:03:27 +09:00
parent 233895d857
commit 3be5ac96f2
5 changed files with 138 additions and 32 deletions

View File

@@ -33,6 +33,8 @@ data class TerrarumInputMethod(
*/
object IME {
class LayoutNotFound(id: String): NullPointerException("Keyboard layout not found: $id")
const val KEYLAYOUT_DIR = "assets/keylayout/"
const val KEYLAYOUT_EXTENSION = "key"
const val IME_EXTENSION = "ime"