You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the pygame recipe and everything works fine.. however I need to implement methods for when the app enters the background and foreground on android. At the moment, the surface freezes when the game goes into the background on android, which is not satisfactory. What happened to the methods 'pygame.APP_WILLENTERBACKGROUND' and 'pygame.APP_DIDENTERFOREGROUND'? I'm getting the error " module 'pygame' has no attribute 'APP_DIDENTERFOREGROUND'", Were they not included in the recipe? Surely there must be a method for pausing/suspending the app when it goes into the background. Any help would be appreciated,
Dr Nicholas Loizou
The text was updated successfully, but these errors were encountered:
I have used the pygame recipe and everything works fine.. however I need to implement methods for when the app enters the background and foreground on android. At the moment, the surface freezes when the game goes into the background on android, which is not satisfactory. What happened to the methods 'pygame.APP_WILLENTERBACKGROUND' and 'pygame.APP_DIDENTERFOREGROUND'? I'm getting the error " module 'pygame' has no attribute 'APP_DIDENTERFOREGROUND'", Were they not included in the recipe? Surely there must be a method for pausing/suspending the app when it goes into the background. Any help would be appreciated,
Dr Nicholas Loizou
The text was updated successfully, but these errors were encountered: