keyReleased

open override fun keyReleased(event: KeyEvent): Boolean(source)

Delivers a native key release 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 key record.

Throws

when focused behavior or terminal cleanup fails.

when invoked away from the Minecraft client thread.