Function rui::knob_v

source · []
pub fn knob_v(
    value: f32,
    set_value: impl Fn(f32, &mut Context) + 'static
) -> impl View
Expand description

Knob for controlling a 0 to 1 floating point parameter. Version where you can specify value and set_value.