Re: How to detect the mouse horizontal scroll?



the flag check you have is correct for checking for a horizontal wheel

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


<wingkinyeoh@xxxxxxxxx> wrote in message news:691f2df9-2565-44c1-bc12-116931b9e5db@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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.

.


Loading