In anticipation of wanting to have a well behaved app, I added a call to GetResumed to check whether the game should be placed into paused mode.
And it didn't appear to work. I kinda expected it to not work in Windows, but it didn't work on my iPod Touch or my iPad.
I added a call to Message to show if GetResumed returned one and it never appeared.
Is this a legit bug, or is there something else that should be done?
And it looks like the game continues to run while in the background (my timer keeps going and I use GetFrameTime to update it).
I can't find any command that lets me check to see if the app has been minimised (windows or Mac) or sent to the background (iOS, Android).
This is quite important for being accepted as an app by Apple.
Cheers,
Ancient Lady