GuiGrid abstract method
int
GuiGrid(
- RectangleD bounds,
- MemoryPointer<
RInt8> text, - double spacing,
- int subdivs,
- StructPointer<
Vector2D> mouseCell,
Grid control
Implementation
int GuiGrid(
RectangleD bounds,
MemoryPointer<RChar> text,
double spacing,
int subdivs,
StructPointer<Vector2D> mouseCell,
);