Progress
This commit is contained in:
@@ -8,6 +8,7 @@ data class KeyEventResult(
|
||||
val startComposing: Boolean = false,
|
||||
val codeWord: StringBuilder? = null,
|
||||
val candidates: List<String>? = null,
|
||||
val timeout: Int? = null,
|
||||
val deleteBeforeCursor: Int = 0,
|
||||
val deleteAfterCursor: Int = 0,
|
||||
val goHome: Boolean = false,
|
||||
|
||||
Reference in New Issue
Block a user