Function raylib_sys::GuiScrollPanel

source ยท
pub unsafe extern "C" fn GuiScrollPanel(
    bounds: Rectangle,
    text: *const c_char,
    content: Rectangle,
    scroll: *mut Vector2,
    view: *mut Rectangle
) -> c_int