GuiSliderBar

Function GuiSliderBar 

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