GuiToggleGroup abstract method

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

Toggle Group control

Implementation

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