add small delay

This commit is contained in:
chrys 2017-10-02 19:57:24 +02:00
parent 4d0dcc5936
commit 4f0eacdbfd

View File

@ -145,6 +145,7 @@ class driver():
return return
uDevice.write_event(event) uDevice.write_event(event)
uDevice.syn() uDevice.syn()
time.sleep(0.00001)
def updateInputDevices(self, force = False, init = False): def updateInputDevices(self, force = False, init = False):
if init: if init: