GuiLabel function

int GuiLabel(
  1. RectangleC bounds,
  2. Pointer<Char> text
)

Implementation

int GuiLabel(RectangleC bounds, Pointer<Char> text) => _module.GuiLabel(bounds, text);