[][src]Function imgui_sys::igSliderFloat3

pub unsafe extern "C" fn igSliderFloat3(
    label: *const c_char,
    v: *mut c_float,
    v_min: c_float,
    v_max: c_float,
    format: *const c_char,
    power: c_float
) -> bool