Skip to content

Absolute mouse support #6331

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

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Update USBHIDMouse.h
  • Loading branch information
tobozo authored Mar 2, 2022
commit 76a38273a64a3d13a24191c5d19e096fb05d38b9
2 changes: 1 addition & 1 deletion libraries/USB/src/USBHIDMouse.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class USBHIDAbsoluteMouse: public USBHIDMouseBase {


// don't break examples and old sketches
#define USBHIDMouse USBHIDRelativeMouse;
typedef USBHIDRelativeMouse USBHIDMouse;


#endif