Skip to content
New issue

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

Absolute mouse support (was #6331) #8831

Merged
merged 4 commits into from
Nov 29, 2023
Merged

Conversation

tobozo
Copy link
Contributor

@tobozo tobozo commented Nov 3, 2023

This PR adds USBHIDAbsMouse class with absolute mouse positioning support.

It is a followup of #6331

TinyUSB now provides the report struct for absolute positioning but isn't available yet in the current idf version.
A temporary conditional macro has been set in a separate file that will be safe to delete once the new tinyusb version is bundled with esp-idf.

Limitations: only one of USBHIDMouse / USBHIDAbsMouse should be used.

@tobozo tobozo reopened this Nov 3, 2023
@VojtechBartoska VojtechBartoska added the Status: Review needed Issue or PR is awaiting review label Nov 6, 2023
Copy link
Collaborator

@lucasssvaz lucasssvaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@VojtechBartoska VojtechBartoska added Status: Pending Merge Pull Request is ready to be merged and removed Status: Review needed Issue or PR is awaiting review labels Nov 29, 2023
@me-no-dev me-no-dev merged commit bd39fcf into espressif:master Nov 29, 2023
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Merge Pull Request is ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants