Update inputManager.py

This commit is contained in:
chrys87 2016-08-30 15:28:59 +02:00 committed by GitHub
parent 344db17f5a
commit c062e4d0a0

View File

@ -13,8 +13,7 @@ class inputManager():
self.getInputDevices() self.getInputDevices()
self.grabDevices() self.grabDevices()
self.ignoreKeyRelease = 0 self.ignoreKeyRelease = 0
if environment['generalInformation ']['suspend']:
return environment
def proceedInputEvents(self, environment): def proceedInputEvents(self, environment):
timeout = True timeout = True
if not environment['input']['keyForeward']: if not environment['input']['keyForeward']: