Ramu.inLoop - HermesPasser/Ramu GitHub Wiki

static bool Ramu.inLoop

Description

If false the game loop will stop and start/update/checkCollision will not be called. Is set to false when init is called so if you want to set it to true, do so after init is called.

Note: draw is still called even if the value is false.