Update fenrir.py

This commit is contained in:
chrys87 2017-02-28 14:49:32 +01:00 committed by GitHub
parent e501f7293f
commit 8f8f8305e2

View File

@ -36,7 +36,10 @@ class fenrir():
def handleProcess(self):
eventReceived = self.environment['runtime']['inputManager'].getInputEvent()
startTime = time.time()
startTime = time.time()
if not eventReceived:
if not self.environment['runtime']['screenManager'].isSuspendingScreen():
self.environment['runtime']['inputManager'].updateInputDevices()
if eventReceived:
self.prepareCommand()
if not (self.wasCommand or self.environment['generalInformation']['tutorialMode']) or self.environment['runtime']['screenManager'].isSuspendingScreen():