I was hoping to use this library for a menu that can potentially get pretty long and would like to allow the user to hold directions on the d-pad to navigate it as an alternative to repeatedly tapping the directional button.
This works fine with the analog stick since holding the stick in any direction continuously sends the axis_move event. But holding a directional button only sends the button_press event once.
So I am requesting events to be added to determine when a button is being held and then released.
I was hoping to use this library for a menu that can potentially get pretty long and would like to allow the user to hold directions on the d-pad to navigate it as an alternative to repeatedly tapping the directional button.
This works fine with the analog stick since holding the stick in any direction continuously sends the axis_move event. But holding a directional button only sends the button_press event once.
So I am requesting events to be added to determine when a button is being held and then released.