GuiLabelButton function
Implementation
GuiResult GuiLabelButton(
RectangleD bounds,
String? text,
) => _module.GuiLabelButton(bounds, text);
GuiResult GuiLabelButton(
RectangleD bounds,
String? text,
) => _module.GuiLabelButton(bounds, text);