imporove handling
This commit is contained in:
parent
b02b5ee30d
commit
77604e98a7
@ -60,7 +60,7 @@ class inputManager():
|
|||||||
if self.env['runtime']['screenManager'].getCurrScreenIgnored():
|
if self.env['runtime']['screenManager'].getCurrScreenIgnored():
|
||||||
self.ungrabAllDevices()
|
self.ungrabAllDevices()
|
||||||
else:
|
else:
|
||||||
self.grabAllDevices()
|
self.grabAllDevices()
|
||||||
self.executeDeviceGrab = False
|
self.executeDeviceGrab = False
|
||||||
def handleInputEvent(self, eventData):
|
def handleInputEvent(self, eventData):
|
||||||
if not eventData:
|
if not eventData:
|
||||||
|
Loading…
Reference in New Issue
Block a user