UIElement.onMouseMove

Called when mouse move over this Element. This function is meant to be overriden.

Note: If "legacyMouseDrag" version identifier is used, this will be called even during a drag, beware.

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

Meta