UIElement.onMouseMove

Called when the mouse moves over this widget area. This function is meant to be overridden.

class UIElement
nothrow @nogc
void
onMouseMove
(
int x
,
int y
,
int dx
,
int dy
,
MouseState mstate
)

Meta