I’m trying to make it so that I can click and move the mouse to do different things at the same time. An example would be this where I want to get the mouse to draw 2 boxes at the same time. No, I can’t draw them separately one by one.
I tried using threads (both threading and ThreadPoolExecutor) and multiprocessing but since there’s only 1 mouse pointer it gets teleported back and forth and the result looks like this
I’ve only found one post on this topic and it doesn’t have any answers, help would be appreciated.
wally is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.