View source
class MouseScrollEvent
package koui.events
extends MouseEvent › Event
import koui.events.MouseEvent
A MouseScrollEvent
is fired when the mouse wheel is rotated. Is it sent to
the currently hovered element.
Constructor
Variables
finalscrollDelta:Int
The amount of mouse wheel rotation. The faster the mouse is scrolled, the higher the value. The scroll delta is positive if the mouse wheel is scrolled down and negative if it is scrolled up.