Double-Fine-Game-Club / pongball

Pongball is a team based multiplayer game blending pong and pinball.
https://forums.doublefine.com/forum/80-pongball/
MIT License
11 stars 17 forks source link

Menus Need Default Focus #154

Closed Cheeseness closed 7 years ago

Cheeseness commented 7 years ago

Right now, it's not possible to navigate the game's menus with a keyboard or gamepad without first clicking on a menu item.

A quick squiz suggests that calling Select() on a button (cast as a Selectable if something generic is needed) should do it!