UIElement.onMouseDrag

Called when the mouse moves while dragging this widget.

Typically used for knobs and sliders widgets. Mouse movement will be the place to call param.setFromGUI().

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

Meta