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 focus functions for scroll up, down, left, right #48

Open pspeed42 opened 7 years ago

pspeed42 commented 7 years ago

We have standard InputMapper functions for things like next, previous, and so on. This was approach 2 in issue #44 as originally written. I'm breaking it out into a separate task.

This issue would be to add similar functions for different scroll directions and then default-wire them to things like the right joystick, mouse wheel, and maybe pageup/pagedn keys or something.

ListBox would be the test bed for these new functions as it's the most obvious case where this would be useful.