rusty-autoclicker
rusty-autoclicker copied to clipboard
Multiple monitors mess with the mouse coordinates
I have two monitors, one on top of eachother, when trying to run the click I set the coordinates on the monitor below, but, when executing the clicker, it clicked on the top monitor, even though I clicked on the other monitor when setting the coordinates, my fix was to just add 1080 to the height coordinate and with that I managed to use it.