GuiButton function

int GuiButton(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text
)

See RaylibGuiFlatModule.GuiButton.

Implementation

int GuiButton(
  RectangleD bounds,
  MemoryPointer<RChar> text,
) => _module.GuiButton(bounds, text);