until-window-should-close-with-live-coding ( game-loop-quot -- )


Vocabulary
raylib.live-coding

Inputs
game-loop-quotmain game loop that must recurse until the game is closed


Outputs
None

Word description
Combines both an unending iteration of the supplised game loop quotation as well as inserts pauses for lc-sleep-duration giving control to the Listener.

Definition