on-key-reload-code ( key -- )


Vocabulary
raylib.live-coding

Inputs
keyKeyboardKey


Outputs
None

Word description
Binds a key to reload the game from within a game. This is the same as calling refresh-all from the Listener.

Definition