How is it possible to make a fast hold LMB to autoclick LMB autoclicker in python
Main issue is cant differenciate simulated clicks from mouse clicks so the autoclicker cancels itself
i have already tried:
making “simulated clicking” variable while its doing a simulated clicks
This works pretty well but at high speeds its unreliable and breaks sometimes, cancelling the autoclicker
I have also tried making it wait until a simulated click is fully processed before setting the variable to false, also works pretty well but sometimes if i stop holding LMB while its on well it also breaks and doesnt cancel when i unhold LMB
So how is it possible to make that kind of hold to click autoclicker in python ? any libraries recommand? thanks for help