Adafruit_TinyUSB_Arduino icon indicating copy to clipboard operation
Adafruit_TinyUSB_Arduino copied to clipboard

Absolute mouse support needed

Open silpakcx opened this issue 2 years ago • 1 comments

Please add absolute mouse support to this library. Only a few libraries support RP2040 controller. I am using this library for developing an HID keyboard and mouse project. But the library supports only relative mouse mode.

Got stuck due to the lack of absolute mouse support. kindly add this feature.

silpakcx avatar Apr 21 '23 12:04 silpakcx

abs mouse support is ready to be merged on tinyusb repo:

https://github.com/hathach/tinyusb/pull/1363

good news is it's already available as a sdk-override in arduino-pico sdk:

https://github.com/earlephilhower/arduino-pico/blob/master/cores/rp2040/sdkoverride/tusb_absmouse.h

.. and implemented in both MouseBT and MouseBLE libraries

tobozo avatar Jul 27 '23 08:07 tobozo