GuiLabelButton abstract method

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

Label button control, returns true when clicked

Implementation

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