rusty-autoclicker icon indicating copy to clipboard operation
rusty-autoclicker copied to clipboard

Multiple monitors mess with the mouse coordinates

Open berithpy opened this issue 1 year ago • 0 comments

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.

berithpy avatar Mar 10 '23 17:03 berithpy