GuiButton method
Implementation
int GuiButton(
RectangleD bounds,
String? text,
) => run(
() => 'GuiButton($bounds, $text)',
() => rl.Gui.GuiButton(
_refRectangle1(bounds).ref,
refStr(text),
),
);
int GuiButton(
RectangleD bounds,
String? text,
) => run(
() => 'GuiButton($bounds, $text)',
() => rl.Gui.GuiButton(
_refRectangle1(bounds).ref,
refStr(text),
),
);