Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable keyboard navigation while typing #396

Merged
merged 1 commit into from
May 30, 2023

Conversation

nicholas-karr
Copy link
Contributor

This prevents the consumption of keyboard input events by the game while a text input box is active. For example, it allows typing in the search bar using characters that have been mapped to controls such as back and select. It does not make the Quickplay menu entirely navigable by a keyboard, as a mouse is required to escape the text box after a search has been made and subsequently exited. Fixing that would likely be part of making the main menu navigable at all with a controller, as a mouse is required anyway currently. This resolves issue #378 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants