
11-29-2003, 01:32 PM
|
|
Somewhat rusty
|
 |
Join Date: Mar 2001
Posts: 5,059
|
|
|
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. |
|
|
|