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 hover mouse wheel scroll support to Slider #47

Open pspeed42 opened 7 years ago

pspeed42 commented 7 years ago

This is a breakout of the original issue #44 for just the Slider support.

When hovering over a slider it would be nice if the mouse wheel would move the slider up and down.

Hooking up focus-based events will be a separate issue.