GuiLabelButton function

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

Implementation

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