Function raylib::ffi::GuiProgressBar[][src]

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