boppreh / mouse

Hook and simulate global mouse events in pure Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software/real clicks

Lkogu opened this issue · comments

commented

Is there a way to make it distinguish clicks I make and clicks the software makes?
For example if I want to make that everytime I click it makes 4 clicks, it will click 4 times each for every click made by the software, and for all the new clicks other four clicks, creating infinite clicks. Can I make that software generated clicks don't activate the software itself?
Sorry for bad english

Same problem here, is there anyway to stop mouse.click() activating mouse.on_click?

#113 solve this