GuiWindowBox function

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

Implementation

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