Skip to content

Replaced deprecated sf::Keyboard::Return with sf::Keyboard::Enter #205

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

Merged
merged 1 commit into from
Apr 24, 2022
Merged

Replaced deprecated sf::Keyboard::Return with sf::Keyboard::Enter #205

merged 1 commit into from
Apr 24, 2022

Conversation

Bambo-Borris
Copy link
Contributor

Whilst working on a project using the latest snapshot of SFML master branch (where the SFML v3 commits are going) I noticed that the sf::Keyboard::Return was no longer marked deprecated but had now been removed which caused imgui-sfml.cpp to fail to compile since it still relied on this enum entry. Replaced the entry with the preferred sf::Keyboard::Enter

Copy link
Member

@oprypin oprypin left a comment

Choose a reason for hiding this comment

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

Indeed this is deprecated. And I checked that no other deprecated keys are present, so it's good to merge

@eliasdaler eliasdaler merged commit 291c33f into SFML:master Apr 24, 2022
@eliasdaler
Copy link
Contributor

Thank you, merged.

@Bambo-Borris
Copy link
Contributor Author

Thank you, merged.

Glad to have given even a small change to a repo that has helped me many times in projects.

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.

3 participants