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