GuiGrid function
int
GuiGrid(
- RectangleD bounds,
- MemoryPointer<
RChar> text, - double spacing,
- int subdivs,
- StructPointer<
Vector2D> mouseCell,
Implementation
int GuiGrid(
RectangleD bounds,
MemoryPointer<RChar> text,
double spacing,
int subdivs,
StructPointer<Vector2D> mouseCell,
) => _module.GuiGrid(bounds, text, spacing, subdivs, mouseCell);