[][src]Function imgui_sys::igVSliderFloat

pub unsafe extern "C" fn igVSliderFloat(
    label: *const c_char,
    size: ImVec2,
    v: *mut f32,
    v_min: f32,
    v_max: f32,
    format: *const c_char,
    power: f32
) -> bool