MouseWheelListener

Hey Guys!



I didn’t find anything useful on the forums and thought I’d better ask around then :slight_smile:



Is there something similar to this:



inputManager.addMapping(“test”, new MouseButtonTrigger(1));





for the mousewheel?

I also tried MouseButtonTrigger(3), which didn’t work (obviously :P)



Greetings,

Dustin

Use MouseInput.AXIS_WHEEL with MouseAxisTrigger

Thank you Momoko :slight_smile:

It works like a charm now