GuiWindowBox method
Implementation
@override
int GuiWindowBox(
RectangleD bounds,
String? title,
) => run(
() => RaylibDebugLabels.GuiWindowBox(bounds, title),
() => rl.Gui.GuiWindowBox.run2(
rl.Temp.Rectangle$.Ref1(bounds).toJS,
title?.toJS,
).toInt(),
);