onMouseDrag

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

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

Return

whether handling was successful or not

Author

fzzyhmstrs

Since

0.7.3

Parameters

event

MouseEvent click information to use during handling