improve grabbing

This commit is contained in:
chrys
2018-05-17 21:57:54 +02:00
parent 4e14b4aa9d
commit b9038f5982
5 changed files with 26 additions and 23 deletions

View File

@ -16,6 +16,6 @@ class command():
def getDescription(self):
return 'No description found'
def run(self):
pass
self.env['runtime']['inputManager'].updateInputDevices()
def setCallback(self, callback):
pass