Re: How to detect the mouse horizontal scroll?



Hi Doron,

This calling routine correct?

if((InputDataCur->ButtonFlags & MOUSE_HWHEEL) == MOUSE_HWHEEL)
{
//to do list:
}

I add this filter driver to the basic mouse class driver. I do no
install any driver from the manufacture. I am sure that the Hardware
does provide this tilt horizontal button.
Later i will try on microsoft mouse to investigate more on this.

Please advice.
.