jMonkeyEngine-Contributions / Lemur

Lemur is a jMonkeyEngine-based UI toolkit.
http://jmonkeyengine-contributions.github.io/Lemur/
BSD 3-Clause "New" or "Revised" License
116 stars 32 forks source link

Add mouse wheel support to MouseAppState and related. #43

Closed pspeed42 closed 7 years ago

pspeed42 commented 7 years ago

Right now we do not pass through the mouse wheel deltas to the listeners. Some strategy to capture this state and pass it on is necessary.

The trickiest part is how the mouse events are decoupled from the pick event sessions. So something clever will have to be done.

pspeed42 commented 7 years ago

Note: InputMapper does already support the mouse wheel... so at least that's something I guess.

pspeed42 commented 7 years ago

Added this in commit: https://github.com/jMonkeyEngine-Contributions/Lemur/commit/77d9ff82140d2cce388007b52f67da5939dfb5a4