Unity - Moving/Select Menu Options Through UI Joystick & UI Button [Solved]

Hi Everyone,
I have a working Menu system in my game. I am able to move across the menu using up/down/left/right arrowkeys and select those options using the enter key. The problem is how do i get that arrow key functionality to a ui joystick and enter key functionality to a ui button that i have.

Any help would be greatly appreciated. Thank you in advance. Let me know if you need any more details, happy to provide videos of the problem, code, or the entire project if need be.

I solved the problem by hard rigging it. Used the joystick input → up/down/left/right input sets the button (gameobject) in that direction as the current selected in th eventsystem. For buttonclick and invoking that buttons function i used Executeevents.Execute(). Drop me a dm if you want to look at the code.