-
-
Notifications
You must be signed in to change notification settings - Fork 40
y coordinate issue #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
accidentally closed it but this is still issue |
Thanks for submitting the issue! I can't guarantee when I can get around to a fix, but I'm open to PR's! This also appears related to #77 |
I am working to resolve it but not working so far. When i put the cursor at (0,0) ; bottom left of my macbook screen; the reported click location in the logs is at (0,1116)..which the click works as expected. But this wont work when you have multiple screens since
here is more detail i am trying to work through from chatGpt regarding global coords etc.
Details about
|
Super! That's quite handy debugging. So looks like the API it's using to get the coord of the mouse only applies to the main screen, which makes sense as to why its now causing issues on alternate displays. Again, can't guarantee when I can get around to looking into it, but that's really handy for pointing me in the right direction. Thanks! |
Try #86 should be fixed, though i was only able to test this with two monitors. |
Description
i have total of 3 monitors(including my mac laptop), moved the cursor to one of the externalmonitors with shown configuration.
For some reason the Y coordinate seems to change between clicks.
with shown configuration i was expecting clicks at the same spot
Version
1.7.24
Steps to Reproduce
run application with shown configuration while using multiple screens
Screenshots
Device
macbook pro
Operating System
15.2 (24C101)
Additional Context
No response
The text was updated successfully, but these errors were encountered: