Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always stop bind command when key is released
Previously the "keyup" command notifying that the key was released was only sent if the UI does not have focus. This makes no difference in practice because the Unvanquished gamelogic always calls Key_ClearStates, which stops all bind commands, when setting KEYCATCH_UI.
- Loading branch information