Hello.
I have a Button Widget that is supposed to look like a numpad. What I would like is for the player to be able to interact with this numpad via clicking on the numbers with their mouse, or by pressing the numbers on their keyboard. I have this working currently, however, pressing the buttons with the mouse will transition the button from the Normal State to the Pressed State. I would like this little transition animation to play when the user pressed the numbers on their keyboard as well, but I cannot seem to figure out how to do this. Is there someway to update the button state and get this state transition from outside of the button?
Thank you.