mouseMoved

open fun mouseMoved(screenX: Float, screenY: Float): Boolean

Invoked when the mouse is moved.

Return

true if event is handled; false otherwise

Parameters

screenX

the x-coordinate of the event based on screen

screenY

the y-coordinate of the event based on screen