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:
parent
540f912c62
commit
3afee727f5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ def waitMouseClick():
|
|||
buf = mouse.read(3)
|
||||
if ((buf[0] & 0x1)==1):
|
||||
break;
|
||||
close(mouse)
|
||||
mouse.close()
|
||||
|
||||
waitMouseClick()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue