Handbook
Glossary
set-exit-key ( key -- )
Vocabulary
raylib
Inputs
key
a
KeyboardKey
Outputs
None
Word description
Set a custom key to exit program (default is ESC)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
set-exit-key
void SetExitKey
(
KeyboardKey
key )