Hi,
I have a USB device that Windows treats as a mouse. However, I would
like to use it to control another application instead of moving the
mouse pointer.
I have been able to get the raw data from the device using the raw input
API and WM_INPUT messages, so I can control the application, but
unfortunately the mouse pointer moves as well. Is there any way that I
can somehow prevent the default processing of the information? Do I need
to write some sort of driver to intercept the device before it gets
recognised as a mouse? I am hoping that there is a very simple obvious
solution that I've missed.
Thanks for any help,
Simon