Construct by default pauses the application when it is not the main focus, for example the iPod returns to the home menu or the web browser switches to another tab.
This is normally great, but I might not want that for some slow-paced games that need to run background code when absent. Also, games may create glitches when paused and resumed in this manner.
Is there any way to negate this "pause when unfocused" behavior?