chegewara / esp32-usb-v2

ESP32S2/S3 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
117 stars 14 forks source link

Mouse absolute positioning #6

Open gree303 opened 1 year ago

gree303 commented 1 year ago

Is it possible to extend the mouse library to absolute mouse movement using an extended descriptor? Thanks

chegewara commented 1 year ago

Sure, it is possible @tobozo has been doing this, maybe with other library, but the idea is the same

tobozo commented 1 year ago

the PR has been rotting for more than a year but it's been included in the pico sdk already