Merge branch '1.5'
This commit is contained in:
commit
e8c8a34138
@ -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