Open ch3rn1k opened 1 year ago
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);
I have the same issue, negative coordinates do not work :(
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: