GuiButton function

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

Implementation

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