mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 21:09:41 +02:00
remove workers
This commit is contained in:
parent
71865bc740
commit
f4c0992ee1
2 changed files with 18 additions and 18 deletions
|
@ -686,12 +686,10 @@ def error():
|
|||
# Wait for mouse click or enter
|
||||
# -----------------------------------------------------------
|
||||
|
||||
|
||||
mouseEvent = threading.Event()
|
||||
enterEvent = threading.Event()
|
||||
mouseOrEnterCondition = threading.Condition()
|
||||
|
||||
|
||||
def mouseClickThread():
|
||||
mouse = open("/dev/input/mice", "rb")
|
||||
os.set_blocking(mouse.fileno(), False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue