Merge branch '1.5'

This commit is contained in:
chrys 2017-09-15 00:29:50 +02:00
commit e8c8a34138

View File

@ -105,7 +105,10 @@ class inputManager():
self.env['runtime']['inputDriver'].grabAllDevices()
def updateInputDevices(self):
self.env['runtime']['inputDriver'].updateInputDevices()
try:
self.env['runtime']['inputDriver'].updateInputDevices()
except:
pass
def removeAllDevices(self):
try: