The Mouse.move() method moves the mouse (X,Y) Pixels relative to the Mouse's current location.
I searched Google for a way to Locate the mouse on an Absolute Location on the screen, instead of Relative movement,
and found people mentioning editing the built-in library that comes with Arduino, in the Arduino folder.
Is there maybe a way to do it without editing Arduino's original files?
For example by adding a file (in my code) instead of touching the original ones..
Wow, looks like a terrific project,
so much depth.
But in my case I would only like to improve the Mouse class with the Absolute Position feature..
So I will try to add the code without editing Arduino's original files, hopefully it'll work well.