I'm wondering how I can add support easily to traverse my scene2d menus (tables) with LibGDX using a joystick, gamepad or keyboard keys.
Does anyone know how it should be done?
I'm wondering how I can add support easily to traverse my scene2d menus (tables) with LibGDX using a joystick, gamepad or keyboard keys.
Does anyone know how it should be done?
You need to bring the concept of focus in your menu, rest is easy. (Just like old video games)
Hope this helps.