even more bits
This commit is contained in:
@ -78,7 +78,6 @@ class inputManager():
|
||||
if key.upper() == 'SLEEP':
|
||||
time.sleep(value)
|
||||
else:
|
||||
print(key,value)
|
||||
self.env['runtime']['inputDriver'].sendKey(key, value)
|
||||
def handleInputEvent(self, eventData):
|
||||
#print(eventData)
|
||||
|
Reference in New Issue
Block a user