When I use Mouse.move() method (https://www.arduino.cc/en/Reference/MouseMove), what are units of xVal and yPos parameters?
Asked
Active
Viewed 260 times
1 Answers
1
They're raw HID counts and as such don't have a unit. It is up to the OS to translate them from logical amounts to physical values.
Ignacio Vazquez-Abrams
- 17,733
- 1
- 28
- 32