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