GuiLabelButton function

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

See RaylibGuiFlatModule.GuiLabelButton.

Implementation

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