GuiToggleGroup function
Implementation
(GuiResult result, int active) GuiToggleGroup(
RectangleD bounds,
String? text,
num active,
) => _module.GuiToggleGroup(bounds, text, active);
(GuiResult result, int active) GuiToggleGroup(
RectangleD bounds,
String? text,
num active,
) => _module.GuiToggleGroup(bounds, text, active);