Arduino Pro Micro USB HID Mouse - Scroll Wheel emulation does not work

Hello,

I'm trying to implement Mouse Scroll Wheel using function :

Mouse.move(0, 0, wheel);

I tried to pass different 'wheel' values (-127, 128), however It does not scroll.
Instead mouse cursor appears in the center of the screen and nothing else happens.
I'm testing it with Android.

Could someone please advice what am I doing wrong ?

Thank you!

1 Like