Scroll Event
class ScrollEvent( val direction: ScrollDirection, val isControlDown: Boolean, val isShiftDown: Boolean, val isAltDown: Boolean) : InputEvent
Content copied to clipboard
Event that gets raised for mouse wheel inputs.
Constructors
Link copied to clipboard
fun ScrollEvent( direction: ScrollDirection, isControlDown: Boolean, isShiftDown: Boolean, isAltDown: Boolean)
Content copied to clipboard
Creates a ScrollEvent.