GuiCheckBox function

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

Implementation

int GuiCheckBox(
  RectangleC bounds,
  Pointer<Char> text,
  Pointer<Bool> checked,
) => _module.GuiCheckBox(bounds, text, checked);