GuiLabelButton method

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

Implementation

int GuiLabelButton(RectangleC bounds, Pointer<Char> text) {
  return _GuiLabelButton(bounds, text);
}