Hello, I have just bought an arduino due and have connected a usb mouse to the usb port. Is there any way to use the mouse scroll, I couldn't find anything in USBHost - Arduino Reference
I have some basic programming skills in java but I don't know c++ or how to communicate with hardware.
In the MouseController.cpp in the library folder there is no function for mouse scroll do I need to add that myself?
do I need to add that myself?
Yep. Bear in mind that scrolling is not a universal feature of mice, and does not seem to be handled consistently by all mice drivers.