GuiCheckBox method

int GuiCheckBox(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. Pointer<Bool> checked
)

Implementation

int GuiCheckBox(
  RectangleC bounds,
  Pointer<Char> text,
  Pointer<Bool> checked,
) {
  return _GuiCheckBox(bounds, text, checked);
}