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