2

When I use Mouse.move() method (https://www.arduino.cc/en/Reference/MouseMove), what are units of xVal and yPos parameters?

Mirek
  • 21
  • 1

1 Answers1

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