Handbook
Glossary
gui-check-box ( bounds text checked -- bool )
Vocabulary
raygui
Inputs
bounds
an
object
text
an
object
checked
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
raylib
;
IN:
raygui
LIBRARY:
raygui
FUNCTION-ALIAS:
gui-check-box
bool
GuiCheckBox
(
Rectangle
bounds,
c-string
text,
bool
checked )