connectDeleteSurrounding

fun connectDeleteSurrounding(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (<Error class: unknown class>, <Error class: unknown class>) -> Unit): <Error class: unknown class>

Emitted when the input method wants to delete the context surrounding the cursor. If @offset is a negative value, it means a position before the cursor.

Since

2.28

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: offset the character offset from the cursor position of the text to be deleted.; nChars the number of characters to be deleted