Skip to content
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

[Feature request] Support for multi monitor setups #107

Open
MrTanoshii opened this issue Apr 19, 2023 · 1 comment
Open

[Feature request] Support for multi monitor setups #107

MrTanoshii opened this issue Apr 19, 2023 · 1 comment

Comments

@MrTanoshii
Copy link

Test setup

Win10, Win11
2 monitors, main landscape 1080p, secondary portrait 1080 on the right side.

Problem

Code_ZtIVzCvaNu

The mouse destination does not match the intended location because or device_query using coordinates relative to the main screen (can be negative) while rdev uses absolute (top left is 0,0).

The MouseMove is attempting to get to y=-802 instead of y=-222 but gets stuck at y=-580 (the top most of my secondary screen)

There currently does not exist a method to query the secondary screen sizes to allow the conversion from the relative->absolute and vice versa.

Proposal

  • Add functionality to be able to query display sizes of secondary displays

More info

MrTanoshii/rusty-autoclicker#47

@Narsil
Copy link
Owner

Narsil commented Apr 19, 2023

PRs are welcome, but it's likely to be a major undertaking given we need support for all OSes and the various ways to handle multi screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants