Merge branch '1.5'
This commit is contained in:
commit
e8c8a34138
@ -105,7 +105,10 @@ class inputManager():
|
||||
self.env['runtime']['inputDriver'].grabAllDevices()
|
||||
|
||||
def updateInputDevices(self):
|
||||
try:
|
||||
self.env['runtime']['inputDriver'].updateInputDevices()
|
||||
except:
|
||||
pass
|
||||
|
||||
def removeAllDevices(self):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user