GuiToggleGroup function
See RaylibGuiFlatModule.GuiToggleGroup.
Implementation
int GuiToggleGroup(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RInt> active,
) => _module.GuiToggleGroup(bounds, text, active);
See RaylibGuiFlatModule.GuiToggleGroup.
int GuiToggleGroup(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RInt> active,
) => _module.GuiToggleGroup(bounds, text, active);