GuiToggleGroup function

int GuiToggleGroup(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. MemoryPointer<RInt> active
)

Implementation

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