This commit is contained in:
zb
2023-09-03 11:30:50 +02:00
parent 50cb0d6d9b
commit aee8243bf6
10 changed files with 85 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ import net.mezimmah.wkt9.keypad.KeyEventResult
class IdleInputMode : InputMode {
override val mode: String = "idle"
override var status: Status = Status.LOWER
override var status: Status = Status.NA
private set
private val tag = "WKT9"