1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-04 21:35:24 +02:00

work in progress

This commit is contained in:
dbarzin 2022-06-30 10:33:27 +02:00
parent 540f912c62
commit 3afee727f5

View file

@ -6,7 +6,7 @@ def waitMouseClick():
buf = mouse.read(3) buf = mouse.read(3)
if ((buf[0] & 0x1)==1): if ((buf[0] & 0x1)==1):
break; break;
close(mouse) mouse.close()
waitMouseClick() waitMouseClick()