GuiWindowBox function

GuiResult GuiWindowBox(
  1. RectangleD bounds,
  2. String? title
)

Implementation

GuiResult GuiWindowBox(
  RectangleD bounds,
  String? title,
) => _module.GuiWindowBox(bounds, title);