Hello,
I am trying to read the raw interrupts from a USB mouse (Installed and functional) in a C++ application.
I have read over LibUSB and WinUSB but WinUSB does not seem to play nice in Qt and LibUSB seems overcomplicated for what should be a simple task.
I do all of my work on Linux, this Windows project is a one-off and as a result, I would greatly appreciate being pointed in the direction of the simplest way in C++ to read the raw data generated by a USB device.
Thank you very much!
-Gavin