mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 08:36:07 +09:00
working spinner
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user