How to use mouse wheel?

Hi,



I want to use the mouse wheel for weapon changing in my game…

I tried a lot but I didn't get it :frowning:



How can I get this working?



thx

See com.jme.input.MouseInput.getWheelDelta().



You could also look into the source of my third-person camera system (link at "third party applications" on the main page).

big thx



I got it :slight_smile:



Nice work with the camera btw :slight_smile:

Thanks! Happy to help!