GuiCheckBox function

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

Implementation

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