GuiCheckBox abstract method
Check Box control, returns true when active
Implementation
int GuiCheckBox(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RBool> checked,
);
Check Box control, returns true when active
int GuiCheckBox(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RBool> checked,
);