GuiGroupBox function

int GuiGroupBox(
  1. RectangleC bounds,
  2. Pointer<Char> text
)

Implementation

int GuiGroupBox(RectangleC bounds, Pointer<Char> text) => _module.GuiGroupBox(bounds, text);