GuiToggleGroup function

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

See RaylibGuiFlatModule.GuiToggleGroup.

Implementation

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