Does anyone know how the mouse control panel decides whether to show the
"Wheel" tab?
Our experiments seem to be indicating that, rather than using some kind
of IOCTL_MOUSE_QUERY_ATTRIBUTES call, it may be looking at the PNP ID of
the currently installed mouse (at least for PS/2).
The symptom is that if we install our driver using a compatible ID
(PNP0F13) the tab shows up, but if we install the exact same driver on a
device/platform specific PNP (e.g. SYN0010) the tab goes away, with no
other changes.
If this guess is correct, is there some kind of registry key or
something that would cause the Wheel tab to come back? Some of our
customers are complaining about it going away.
--
../ray\..