mouseReleased

open override fun mouseReleased(event: MouseButtonEvent): Boolean(source)

Delivers a native mouse release to the common host.

Return

true only when the common host consumes the release.

Parameters

event

native mouse-button event.

Throws

when common input, its callback, or terminal cleanup fails.

when invoked away from the Minecraft client thread.