GuiButton method
Button control, returns true when clicked
Implementation
int GuiButton(RectangleC bounds, Pointer<Char> text)
=> _GuiButton(bounds, text);
Button control, returns true when clicked
int GuiButton(RectangleC bounds, Pointer<Char> text)
=> _GuiButton(bounds, text);