preeditUpdated

open override fun preeditUpdated(event: PreeditEvent?): Boolean(source)

Delivers one input-method preedit snapshot to the focused retained component before inherited screen behavior.

Return

true when common focused behavior or inherited screen behavior consumes the event.

Parameters

event

native immutable preedit record, or null to clear the active composition.

Throws

when focused behavior or terminal cleanup fails.

when invoked away from the Minecraft client thread.