handleScroll

abstract fun handleScroll(verticalAmount: Double): Boolean

Handles a scroll input. This is scroll from a mouse, so the input should be multiplied by a factor to make scroll distance reasonable.

Author

fzzyhmstrs

Since

0.6.0

Parameters

verticalAmount

Double scroll amount from the mouse input.