Replies: 1 comment 2 replies
-
I am not sure if android supports absolute mouse devices at all. @mdevaev do you have any hint? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all you did a great job with this library.
I wanted to use a Sparkfun 32u4 board to translate rotary encoder increments to mouse/finger movements on a radial menu in an Android app. I managed to successfully test it on Windows using AbsoluteMouse but the Arduino isn't recognized when plugging it into any of my Android devices (that work with my Logitech USB Mouse). Is that due to incompatible device descriptors? I've seen the hex data in SingleAbsoluteMouse.cpp but I have no idea where to get data / full descriptors to test.
Beta Was this translation helpful? Give feedback.
All reactions