GuiPanel method

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

Panel control, useful to group controls

Implementation

int GuiPanel(RectangleC bounds, Pointer<Char> text)
  => _GuiPanel(bounds, text);