GuiDummyRec function

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

Implementation

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