add small delay
This commit is contained in:
parent
4d0dcc5936
commit
4f0eacdbfd
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user