GuiButton method

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

Button control, returns true when clicked

Implementation

int GuiButton(RectangleC bounds, Pointer<Char> text)
  => _GuiButton(bounds, text);