charTyped

open override fun charTyped(event: CharacterEvent): Boolean(source)

Delivers one committed Unicode character 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 character record.

Throws

when focused behavior or terminal cleanup fails.

when invoked away from the Minecraft client thread.