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