Is it possible to use directional presses to actually click a button instead of with the mouse cursor?
I feel like this is possible with Key Binding. Like assigning right arrow to click a button you made and that button can activate or deactivate a group of events in the editor...I am not sure though.
This is how I am thinking about going on to make a double tap function with the same directional arrow. I.E. 1 tap for walk 2 taps for run
EDIT: Figured it out. I was able to Key Bind it to directional presses. Now I am working on assigning those button presses to being able to activate and deactivate my walk and run cycles.