Function imgui_sys::igSliderAngle[][src]

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
) -> bool