Handbook
Glossary
window-should-close ( -- bool )
Vocabulary
raylib
Inputs
None
Outputs
bool
a
bool
Word description
Check if application should close (KEY_ESCAPE pressed or windows close icon clicked)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
window-should-close
bool
WindowShouldClose ( )