Lock USB mouse while simulated events fire
I'm really enjoying this tool - many thanks to the developer. I'm using it to simulate mouse events for a GUI application that lacks fine tuning by keyboard. The issue I'm encountering is that sometimes if I accidentally move the physical mouse while cliclick is executing, the mouse will get stuck in a click until the next cliclick event. Is there any way to disable physical mouse input while cliclick is executing? Thanks!
Currently, there is no support for this. The way to achieve this would probably be to implement an event listener that “swallows” the event during cliclick’s execution. I recall having seen code like this on Stack Overflow some time ago, but couldn’t tell where exactly or if I could find it again. And up to now, I have never tried to do something like that, so although it might be comparatively simple to implement, for me it isn’t.
So for the time being, I’ll leave this issue open as a feature request.