Function imgui_sys::igDragIntRange2 [] [src]

pub unsafe extern fn igDragIntRange2(label: *const c_char,
                                     v_current_min: *mut c_int,
                                     v_current_max: *mut c_int,
                                     v_speed: c_float,
                                     v_min: c_int,
                                     v_max: c_int,
                                     display_format: *const c_char,
                                     display_format_max: *const c_char)
                                     -> bool