IWindowListener.onMouseMove

Called on mouse movement (might not be within the window)

interface IWindowListener
nothrow @nogc
void
onMouseMove
(
int x
,
int y
,
int dx
,
int dy
,)

Meta