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

fixed mouse motion tests #424

Merged

Conversation

WesleyClements
Copy link
Contributor

@WesleyClements WesleyClements commented Dec 10, 2023

The change in #418 to use a Vec instead of Events in MutableInputStreams broke input mocking for MouseMotion. I reverted the changes to MutableInputStreams so that it can send MouseMotion events. InputStreams remains unchanged. This brings the tests back to passing without undoing the effect of the original change.

Fixes #419

@WesleyClements WesleyClements changed the title fixed mouse motion test fixed mouse motion tests Dec 10, 2023
@alice-i-cecile alice-i-cecile added this to the 0.12 milestone Dec 12, 2023
@alice-i-cecile alice-i-cecile merged commit 5fdee52 into Leafwing-Studios:main Dec 12, 2023
4 checks passed
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.

Reading mouse events from MutableInputStreams is broken; breaking input mocking
2 participants