I may have just not seen this in the forums or in the manual. I am looking to increase or decrease a variable based on scrolling the mouse wheel.

example:
if(mouse_wheel moves up) CamDist += 5*time_step;

if(mouse_wheel moves down) CamDist -= 5*time_step;

Last edited by brian37; 11/25/11 02:58.