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