GuiLabelButton method

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

Label button control, returns true when clicked

Implementation

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