GuiButton method
Implementation
int GuiButton(
RectangleD bounds,
String? text,
) => run(
() => 'GuiButton($bounds, $text)',
() => rl.Gui.GuiButton(
rl.Temp.Rectangle$.Ref1(bounds).ref,
rl.Temp.String$.ValueOrNull(text),
),
);
int GuiButton(
RectangleD bounds,
String? text,
) => run(
() => 'GuiButton($bounds, $text)',
() => rl.Gui.GuiButton(
rl.Temp.Rectangle$.Ref1(bounds).ref,
rl.Temp.String$.ValueOrNull(text),
),
);