Merge branch 'inputHandlingRework' of https://github.com/chrys87/fenrir into inputHandlingRework

I didn't pull before pushing.
This commit is contained in:
Storm Dragon 2016-09-12 20:22:30 -04:00
commit 1ce6634a99

View File

@ -9,6 +9,7 @@ class screenManager():
return environment return environment
def shutdown(self, environment): def shutdown(self, environment):
return environment return environment
def update(self, environment): def update(self, environment):
environment['generalInformation']['suspend'] = self.isSuspendingScreen(environment) environment['generalInformation']['suspend'] = self.isSuspendingScreen(environment)
if not environment['generalInformation']['suspend']: if not environment['generalInformation']['suspend']: