Re: OT-ish: New Keyboard (MEditor mousewheel)
- Posted by Brian Broker <bkb at cnw.com> Jul 04, 2004
- 519 views
Al Getz wrote: > > Pete, > > Dont make a big deal out of a little thing > Interfacing the mouse wheel is one of the simplest possible > chores. > > Have your message map trap WM_MOUSEWHEEL and have the code > call your single line scroll routine in the direction > according to the direction you detect with the wparam > argument. But if it's some kind of funky keyboard that needs a special driver, then you'll never get a WM_MOUSEWHEEL message... I think he's looking for that driver. -- Brian