UIElement.onMouseWheel

Mouse wheel was turned. This function is meant to be overridden.

class UIElement
nothrow @nogc
bool
onMouseWheel
(
int x
,
int y
,,,
MouseState mstate
)

Return Value

Type: bool

true if the wheel event was handlded, else propagated.

Meta