Function raylib::ffi::GuiSliderBar

source ยท
pub unsafe extern "C" fn GuiSliderBar(
    bounds: Rectangle,
    textLeft: *const i8,
    textRight: *const i8,
    value: *mut f32,
    minValue: f32,
    maxValue: f32
) -> i32