more work on device detection still WIP

This commit is contained in:
chrys
2017-08-02 22:35:03 +02:00
parent f11c9eed3c
commit 5847a8658c
5 changed files with 17 additions and 18 deletions

View File

@@ -16,7 +16,6 @@ class command():
def getDescription(self):
return 'No description found'
def run(self):
if not self.env['runtime']['screenManager'].isSuspendingScreen(): # remove if all works
self.env['runtime']['inputManager'].updateInputDevices()
self.env['runtime']['inputManager'].updateInputDevices()
def setCallback(self, callback):
pass