Question: Grabbing Max Coordinates
Github73840134 opened this issue · 1 comments
Github73840134 commented
Hello,
I just stumbled across this library and its great.I found the absolute mouse example and it looks good. It says the absolute coordinates are for the desktop, I am wondering is there a command to find the max absolute x and y coordinates of the desktop so that the mouse can be properly aligned, or does Windows automatically scale the resolution of the absolute mouse?
NicoHood commented
The min/max is stated here:
https://github.com/NicoHood/HID/blob/master/examples/Mouse/AbsoluteMouse/AbsoluteMouse.ino#L49
Windows will map that to your monitor.