Handbook
Glossary
gui-message-box ( bounds title message buttons -- int )
Vocabulary
raygui
Inputs
bounds
an
object
title
an
object
message
an
object
buttons
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
raylib
;
IN:
raygui
LIBRARY:
raygui
FUNCTION-ALIAS:
gui-message-box
int
GuiMessageBox
(
Rectangle
bounds,
c-string
title,
c-string
message,
c-string
buttons )