We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like the library doesn't support the full mouse HID report that computers can understand.
The TinyUSB library makes available a few more buttons: MOUSE_BUTTON_BACKWARD MOUSE_BUTTON_FORWARD
https://github.com/adafruit/Adafruit_TinyUSB_ArduinoCore/blob/81e146ecf41823046a3c37b7ecaa32276931bb3c/tinyusb/src/class/hid/hid.h#L259
And makes as horizontal (pan) movements available too:
https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/master/src/class/hid/hid_device.c#L146
It's not clear if the Circuitpython library supports these buttons and movements but at first glance it doesn't appears to.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Looks like the library doesn't support the full mouse HID report that computers can understand.
The TinyUSB library makes available a few more buttons:
MOUSE_BUTTON_BACKWARD
MOUSE_BUTTON_FORWARD
https://github.com/adafruit/Adafruit_TinyUSB_ArduinoCore/blob/81e146ecf41823046a3c37b7ecaa32276931bb3c/tinyusb/src/class/hid/hid.h#L259
And makes as horizontal (pan) movements available too:
https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/master/src/class/hid/hid_device.c#L146
It's not clear if the Circuitpython library supports these buttons and movements but at first glance it doesn't appears to.
The text was updated successfully, but these errors were encountered: