GuiWindowBox abstract method

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

Window Box control, shows a window that can be closed

Implementation

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