Function raylib::ffi::GuiSliderBar[][src]

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