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

Add deserializer function for MouseButton #654

Merged

Conversation

alradish
Copy link
Contributor

@alradish alradish commented Nov 7, 2024

In our project, we want to store and load control to .ron file.
After update to 0.15 there was error tokens failed to deserialize: no deserialize function was registered for id '"MouseButton"'
I checked the latest fixes, and it looks like there was just missing register_buttonlike_input for MouseButton

Copy link
Contributor

@alice-i-cecile alice-i-cecile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, sorry for missing this!

@alice-i-cecile alice-i-cecile merged commit f04b5da into Leafwing-Studios:main Nov 7, 2024
4 checks passed
@alradish alradish deleted the alradish/mousebutton-serde branch November 8, 2024 17:45
@alradish alradish restored the alradish/mousebutton-serde branch November 8, 2024 18:11
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