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,10 +13,9 @@ class inputManager():
self.getInputDevices()
self.grabDevices()
self.ignoreKeyRelease = 0
if environment['generalInformation ']['suspend']:
return environment
def proceedInputEvents(self, environment):
timeout = True
timeout = True
if not environment['input']['keyForeward']:
self.ignoreKeyRelease = 0
try: