could C or C++ intercept signals from a second mouse
I do alot of scrolling with the aplications i use at work
i was wondering if it would be possible to write something in c or c++ that would let me intercept signals from a trackball to scoll up down left and right but leave my optical mouse to do the regular point and click work
any ideas where to start if its even possible
thanks
Re: could C or C++ intercept signals from a second mouse
Not sure but you might be able to make use of
WH_MOUSE Hook
Re: could C or C++ intercept signals from a second mouse
Won't work.
I think you need to work at the device driver level for this.