onMouseScroll

open override fun onMouseScroll(event: CustomWidget.MouseEvent): Boolean

Handles mouse scroll events for custom widgets. Override this for handling mouse inputs.

Return

whether handling was successful or not

Author

fzzyhmstrs

Since

0.7.3

Parameters

event

MouseEvent click information to use during handling