-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
Horizontal mouse wheel #317
Comments
Hi! @marekmasek It is possible to scroll horizontally if you adjust the arduino's built-in mouse library. |
@nikita-tomilov thanks, I tried your library, but it doesn't work for me. When I try to scroll horizontally, it's scrolling always to the right, doesn't matter if the passed value to the method is negative/positive. I also tried vertical scrolling with your library and it's scrolling up/down and at the same time to the right.
|
@marekmasek Hello, sorry, I've made a very stupid bug in the library. I fixed it, and now the code shall work as expected. Feel free to update the lib and test the code once again. My working example (that did not work before the bugfix, I had the same scroll-right-only behaviour):
|
@nikita-tomilov It's working. Thanks a lot! |
I am happy to integrate that, if you create a PR for that. |
can you make a pull request to finally add it into HID-Project? Would really appreciate it <3 //Edit: Nvm i made one, hope it's all fine: #393 |
Hi,
am I right that it's not possible to scroll mouse wheel horizontally with this library?
I wanted to add encoder or joystick to my arduino and use it for horizontal scrolling, but I see that there is only 1 parameter in
move
function for "scrolling the wheel".In the past I had Apple Mighty Mouse with scroll ball instead of scroll wheel, so it was possible to scroll vertically and horizontally.
https://en.wikipedia.org/wiki/Apple_Mighty_Mouse
The text was updated successfully, but these errors were encountered: