GuiLabelButton function

GuiResult GuiLabelButton(
  1. RectangleD bounds,
  2. String? text
)

Implementation

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