Update fenrirManager.py

This commit is contained in:
chrys87
2018-05-18 11:11:42 +02:00
committed by GitHub
parent 46940e9048
commit 6df34dd7be

View File

@ -166,6 +166,7 @@ class fenrirManager():
#print('handleScreenUpdate:',time.time() - startTime)
def handlePlugInputDevice(self, event):
self.env['runtime']['inputManager'].updateInputDevices(event)
self.environment['runtime']['commandManager'].executeDefaultTrigger('onPlugInputDevice', force=True)
def handleHeartBeat(self, event):