GuiLabelButton function

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

Implementation

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