GuiWindowBox method

int GuiWindowBox(
  1. RectangleC bounds,
  2. Pointer<Char> title
)

Window Box control, shows a window that can be closed

Implementation

int GuiWindowBox(RectangleC bounds, Pointer<Char> title)
  => _GuiWindowBox(bounds, title);