GuiButton abstract method

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

Button control, returns true when clicked

Implementation

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