Progress
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package net.mezimmah.wkt9.keypad
|
||||
|
||||
import net.mezimmah.wkt9.inputmode.WKT9InputMode
|
||||
import java.lang.StringBuilder
|
||||
|
||||
data class KeyEventResult(
|
||||
@@ -18,5 +19,6 @@ data class KeyEventResult(
|
||||
val transcribe: Boolean = false,
|
||||
val updateInputStatus: Boolean = false,
|
||||
val updateWordStatus: Boolean = false,
|
||||
val focus: Boolean = false
|
||||
val focus: Boolean = false,
|
||||
val switchInputMode: WKT9InputMode? = null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user