UIKnob.roundParamValue

Override this to round the parameter normalized value to some particular values. For example for a special drag movement with right-click or control-click. Default does nothing.

class UIKnob
nothrow @nogc
double
roundParamValue
(,
MouseState mstate
)

Return Value

Type: double

the mapped value in normalized space (0 to 1).

Meta