scrolled

open fun scrolled(amountX: Float, amountY: Float): Boolean

Invoked when the mouse is scrolled.

Return

true if event is handled; false otherwise

Parameters

amountX

the scroll amount on the x-coordinate

amountY

the scroll amount on the y-coordinate