Slowly getting stable
This commit is contained in:
@@ -15,7 +15,7 @@ interface IME {
|
||||
current: Int? = 0
|
||||
)
|
||||
|
||||
fun onWords(words: List<Word>)
|
||||
fun onWords(words: List<Word>, capMode: Int?)
|
||||
|
||||
fun onNextWord()
|
||||
|
||||
@@ -23,6 +23,8 @@ interface IME {
|
||||
|
||||
fun onWordSelected(word: Word)
|
||||
|
||||
fun onDeleteWord(word: Word)
|
||||
|
||||
fun onCommit(text: CharSequence = "", beforeCursor: Int = 0, afterCursor: Int = 0)
|
||||
|
||||
fun onCompose(text: CharSequence)
|
||||
|
||||
Reference in New Issue
Block a user