GuiWindowBox abstract method

int GuiWindowBox(
  1. RectangleStructType bounds,
  2. String? title
)

Implementation

int GuiWindowBox(
  RectangleStructType bounds,
  String? title,
);