catch crash
This commit is contained in:
parent
2b3c1a1728
commit
5dfa4d897f
@ -105,7 +105,10 @@ class inputManager():
|
|||||||
self.env['runtime']['inputDriver'].grabAllDevices()
|
self.env['runtime']['inputDriver'].grabAllDevices()
|
||||||
|
|
||||||
def updateInputDevices(self):
|
def updateInputDevices(self):
|
||||||
self.env['runtime']['inputDriver'].updateInputDevices()
|
try:
|
||||||
|
self.env['runtime']['inputDriver'].updateInputDevices()
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
def removeAllDevices(self):
|
def removeAllDevices(self):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user