You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short overview
Mouse move works well on bounds like -20, -200 using an external monitor. But as soon as I do mouseClick, it moves the mouse the primary display. It's like it doesn't support negative bounds.
Detailed error description
The real position obtained from Electron, versus the incorrect unsigned position returned by libnut.getMousePos().
Steps to reproduce error nut.mouseClick(-20, -200)
Version
2.1.2
Short overview
Mouse move works well on bounds like -20, -200 using an external monitor. But as soon as I do mouseClick, it moves the mouse the primary display. It's like it doesn't support negative bounds.
Detailed error description

The real position obtained from Electron, versus the incorrect unsigned position returned by
libnut.getMousePos()
.Steps to reproduce error
nut.mouseClick(-20, -200)
Solution
You should use
instead of
MMPointFromCGPoint
I'm on M1 MacBook 13" Pro.
The text was updated successfully, but these errors were encountered: