mouseMoved

open override fun mouseMoved(mouseX: Double, mouseY: Double)(source)

Delivers a finite mouse movement to the common host.

Parameters

mouseX

native logical x coordinate.

mouseY

native logical y coordinate.

Throws

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

when invoked away from the Minecraft client thread.