GuiButton function

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

Implementation

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