You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works when it's run first time after boot, But after exiting by mouse click, second time and onwards it doesnot work. It opens correctly until I move the mouse, but when I move the mouse it exits immidiately.
The problem is in pymouse.py file, under MouseThread class and run function
line no. 24 to 26
ifbuttons&3:
self.finished=Truebreak# Stop if mouse button pressed!
Following the first time it assumes that mouse is clicked. So it exits immidiately when i move the mouse.
The text was updated successfully, but these errors were encountered:
This works when it's run first time after boot, But after exiting by mouse click, second time and onwards it doesnot work. It opens correctly until I move the mouse, but when I move the mouse it exits immidiately.
The problem is in pymouse.py file, under MouseThread class and run function
line no. 24 to 26
Following the first time it assumes that mouse is clicked. So it exits immidiately when i move the mouse.
The text was updated successfully, but these errors were encountered: