I’m trying to implement a 3D pause menu and I’d like it to work like this: Once in the menu, the top menu object is highlighted (using a lighter material colour). The user can control this highlight on the joypad with DPAD joystick up + down, then a button press activates that object.
I have the menu implemented and working with the mouse - as the mouse moves over the menu items they highlight, and when the user clicks on them they do what they should, my problem is I don’t know how to have the selection move up + down on the DPAD/joystick.
I’m tearing my hair out here, is this even possible? Can anyone show me how this would work in java please?