[][src]Function imgui_sys::igSliderAngle

pub unsafe extern "C" fn igSliderAngle(
    label: *const c_char,
    v_rad: *mut c_float,
    v_degrees_min: c_float,
    v_degrees_max: c_float,
    format: *const c_char
) -> bool