GuiCheckBox abstract method

int GuiCheckBox(
  1. RectangleD bounds,
  2. MemoryPointer<RInt8> text,
  3. MemoryPointer<RBool> checked
)

Check Box control, returns true when active

Implementation

int GuiCheckBox(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  MemoryPointer<RBool> checked,
);