Get initial sentence position state
This commit is contained in:
@@ -31,7 +31,6 @@ interface IME {
|
||||
|
||||
fun onDeleteText(beforeCursor: Int = 0, afterCursor: Int = 0, finishComposing: Boolean = false)
|
||||
|
||||
fun onGetTextBeforeCursor(n: Int): CharSequence?
|
||||
|
||||
fun onSwitchInputHandler(inputMode: InputMode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user