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

Multi monitor handling #31

Open
ch3rn1k opened this issue Oct 14, 2023 · 1 comment
Open

Multi monitor handling #31

ch3rn1k opened this issue Oct 14, 2023 · 1 comment

Comments

@ch3rn1k
Copy link

ch3rn1k commented Oct 14, 2023

Hey ya, any way I can use second monitor for methods moveTo and move?

If coordinates are negative - method moves to [0, 0].

Code ex:

import { Hardware } from "keysender";

const obj = new Hardware();
await obj.mouse.moveTo(25, 25);
@andrew1931
Copy link

I have the same issue, negative coordinates do not work :(

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