UIElement.onMouseWheel

Mouse wheel was turned. This function is meant to be overriden. It should return true if the wheel is handled.

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

Meta