GuiButton method

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

Implementation

int GuiButton(RectangleC bounds, Pointer<Char> text) {
  return _GuiButton(bounds, text);
}