Update inputManager.py
This commit is contained in:
parent
344db17f5a
commit
c062e4d0a0
@ -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']:
|
||||||
|
Loading…
Reference in New Issue
Block a user