GuiWindowBox function

int GuiWindowBox(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> title
)

Implementation

int GuiWindowBox(
  RectangleD bounds,
  MemoryPointer<RChar> title,
) => _module.GuiWindowBox(bounds, title);