GuiLabel function

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

Implementation

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