hello,
I wanted to add keyboard and joystick navigation to my touch based menu.
Basically imagine something like a list of weapons that is generated inside a scrollview. you can scroll through this vertical list and buy or upgrade items.
You know sort of similar to this:
https://lh3.ggpht.com/Hq26HqtgxOsFF9PXIfEWF2aANw9DlgjTGOFQbK4rbpqVKkBWKN0_y7AD7bxRfyVCcw=h900with keyboard this would work similar to console games interfaces, you navigate scrollview items with Up/Down keys. you hit down bottom item will get centered in scrollview and is now active.
the problem i ran into is how to tie the keynavigation to scrollview items?
how do I detect which inputs where clicked while button was selected? so I can have equip/upgrade options tied to separate joystick button?