GuiWindowBox method

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

Implementation

int GuiWindowBox(RectangleC bounds, Pointer<Char> title) {
  return _GuiWindowBox(bounds, title);
}