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

Warn on down without release #333

Merged
merged 2 commits into from
Dec 2, 2021
Merged

Warn on down without release #333

merged 2 commits into from
Dec 2, 2021

Conversation

bitwes
Copy link
Owner

@bitwes bitwes commented Dec 2, 2021

Generate a warning when a key_down, action_down, mouse_button_down is sent for a 2nd time without being released. When using Input as a receiver it will not process multiple *_down events unless they have been released between. With this warning it is now trivial to debug those tests.

@bitwes bitwes merged commit 053c304 into master Dec 2, 2021
@bitwes bitwes deleted the warn_on_down_without_release branch December 2, 2021 23:08
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.

1 participant