1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-25 08:19:41 +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)
if ((buf[0] & 0x1)==1):
break;
close(mouse)
mouse.close()
waitMouseClick()