Function raylib_sys::GuiGrid

source ยท
pub unsafe extern "C" fn GuiGrid(
    bounds: Rectangle,
    text: *const c_char,
    spacing: f32,
    subdivs: c_int,
    mouseCell: *mut Vector2
) -> c_int