Thread: Mousewheel ?!?!
View Single Post
  #2  
Old 11-29-2003, 01:32 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
mousewheeldelta gives you the total movement of the wheel, so you can do if (mousewheeldelta < 0) for moving down, and if (mousewheeldelta > 0) for moving up. Or the other way around, not sure.
Reply With Quote