|
From: wingkinyeoh on 18 Apr 2008 03:09 Now i am trying the Microsoft Wireless Optical Mouse 3000 with Vista certified, the tilt event does not happen. FYI, I am developing filter driver for XP. Now I am using the latest WDK 6000 to build the driver. Please help. How to detect tilt horizontal?
From: Ree on 18 Apr 2008 03:50 Are there any sample code from microsoft to detect the tilt function? Or are there any patch for this tilt in XP? The tilt horizontal can be filtered by using mouclass? Or this is done in HID filter? Please advice.
From: Ray Trent on 18 Apr 2008 14:26 Doron: Do you know if there are actually any mice in production yet that send HID reports that would result in a MOUSE_HWHEEL being sent by the HID mapper? Last time someone asked this question, it was discovered that the mouse didn't send horizontal scroll messages directly, but had a separate Top Level Descriptor that their special service was opening and reading rather than going through the "standard" HID mechanism. In fact, I'd be kind of surprised if this *ever* takes off, at least until no one cares *at all* any more about OS's where MOUSE_HWHEEL isn't supported (do you have to go back to 2k or only XP to find that? I don't remember). Unlike some kinds of peripherals vendors *really* don't like to make mice that only work on some machines, so my (completely ignorant, but well educated) guess is that they *all* still use the separate TLD method. And if they have to do that anyway, it's actually a heck of a lot more complicated to also include the "standard" way. So I bet they don't. Still just a guess, though :-). Doron Holan [MSFT] wrote: > the flag check you have is correct for checking for a horizontal wheel > > d > -- Ray
From: Doron Holan [MSFT] on 21 Apr 2008 14:15 i have no idea about devices in the market, i just know what the code does ;) 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. "Ray Trent" <rat(a)nospam.nospam> wrote in message news:u7exIHYoIHA.2256(a)TK2MSFTNGP05.phx.gbl... > Doron: Do you know if there are actually any mice in production yet that > send HID reports that would result in a MOUSE_HWHEEL being sent by the HID > mapper? > > Last time someone asked this question, it was discovered that the mouse > didn't send horizontal scroll messages directly, but had a separate Top > Level Descriptor that their special service was opening and reading rather > than going through the "standard" HID mechanism. > > In fact, I'd be kind of surprised if this *ever* takes off, at least until > no one cares *at all* any more about OS's where MOUSE_HWHEEL isn't > supported (do you have to go back to 2k or only XP to find that? I don't > remember). > > Unlike some kinds of peripherals vendors *really* don't like to make mice > that only work on some machines, so my (completely ignorant, but well > educated) guess is that they *all* still use the separate TLD method. And > if they have to do that anyway, it's actually a heck of a lot more > complicated to also include the "standard" way. So I bet they don't. > > Still just a guess, though :-). > > Doron Holan [MSFT] wrote: >> the flag check you have is correct for checking for a horizontal wheel >> >> d >> > > > -- > Ray
From: Ree on 21 Apr 2008 20:44 Doron, I tried Microsoft and Logitech mouse, but the event on the HSCROLL does not occur. Any other way that i can detect this horizontal scroll? Please advice. "Doron Holan [MSFT]" wrote: > i have no idea about devices in the market, i just know what the code does > ;) > > 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. > > > "Ray Trent" <rat(a)nospam.nospam> wrote in message > news:u7exIHYoIHA.2256(a)TK2MSFTNGP05.phx.gbl... > > Doron: Do you know if there are actually any mice in production yet that > > send HID reports that would result in a MOUSE_HWHEEL being sent by the HID > > mapper? > > > > Last time someone asked this question, it was discovered that the mouse > > didn't send horizontal scroll messages directly, but had a separate Top > > Level Descriptor that their special service was opening and reading rather > > than going through the "standard" HID mechanism. > > > > In fact, I'd be kind of surprised if this *ever* takes off, at least until > > no one cares *at all* any more about OS's where MOUSE_HWHEEL isn't > > supported (do you have to go back to 2k or only XP to find that? I don't > > remember). > > > > Unlike some kinds of peripherals vendors *really* don't like to make mice > > that only work on some machines, so my (completely ignorant, but well > > educated) guess is that they *all* still use the separate TLD method. And > > if they have to do that anyway, it's actually a heck of a lot more > > complicated to also include the "standard" way. So I bet they don't. > > > > Still just a guess, though :-). > > > > Doron Holan [MSFT] wrote: > >> the flag check you have is correct for checking for a horizontal wheel > >> > >> d > >> > > > > > > -- > > Ray > >
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: OffloadChecksum Test In NDIS 6.5 Next: SLIP driver for Vista |