MrTanoshii / rusty-autoclicker

A pure Rust portable auto clicker built for Linux, macOS & Windows.
Creative Commons Zero v1.0 Universal
71 stars 12 forks source link

Multiple monitors mess with the mouse coordinates #47

Open berithpy opened 1 year ago

berithpy commented 1 year ago

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.