I’ve implemented a pause menu that has buttons that work when I click with a mouse:
“Continue” unpauses the game, and “Quit” exits play mode. I can navigate using WASD using the Event System, but while I have the bindings set for submission, pressing the submit button (J) doesn’t do anything, when it should trigger the button’s OnClick event.


