GuiStatusBar function

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

Implementation

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