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