How to use keyboard/joystick to navigate GUI

luis

23-02-2017 15:34:11

Hi!
I'm trying to make it possible to use the GUI by using only keyboard or Joystick.

For example, user arrows keys to navigate through all buttons in a .layout. Is there a simple way ?
thank you :)

luis

24-03-2017 16:52:58

I have a descent implementation now if anyone has the same problem I could share it. I'm basically moving the pointer (MyGUI pointer not real mouse) in MyGUIFrameListener and it works well with real mouse, keyboard and Joystick.