You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
// WHEEL UP
case Button4:
irrevent.MouseInput.Event = EMIE_MOUSE_WHEEL_UP;
break;
// WHEEL DOWN
case Button5:
irrevent.MouseInput.Event = EMIE_MOUSE_WHEEL_DOWN;
break;
That's all. Beware ! i don't test this under Linux !
Thanks for posting this. There'll be a very similar implementation in the next version. Okay.. now I only need to get a mouse with mouse wheel to test it out..
niko wrote:Thanks for posting this. There'll be a very similar implementation in the next version. Okay.. now I only need to get a mouse with mouse wheel to test it out..
YOU DONT HAVE A MOUSE WHEEL??? HOW DO YOU SURVIVE NIKO???