Is there any way to get Joystick axis data from Input UI Only Mode?

I’ve built myself a little virtual cursor that I use with my joystick… really gets rid of a lot of the button focus stuff i was having to do earlier… But i feel like it would clean up all my menu systems if i could use UI only mode… but then it shuts off the joystick… and the onkeydown events dont give you anything from the joystick… just comes back as zero…

Found it!

OnAnalogValueChanged… its near the bottom of all the overrides in any userwidget.

1 Like