Function raylib_sys::GuiSliderPro[][src]

pub unsafe extern "C" fn GuiSliderPro(
    bounds: Rectangle,
    textLeft: *const c_char,
    textRight: *const c_char,
    value: f32,
    minValue: f32,
    maxValue: f32,
    sliderWidth: c_int
) -> f32