Function Time.runningSlowly
Whether or not the game loop is taking longer than its targetElapsedTime. In this case, the
game loop can be considered to be running too slowly and should do something to "catch up."
bool runningSlowly() @property const;