Function imgui_sys::igSliderFloat2 [] [src]

pub unsafe extern fn igSliderFloat2(
    label: *const c_char,
    v: *mut c_float,
    v_min: c_float,
    v_max: c_float,
    display_format: *const c_char,
    power: c_float
) -> bool