Skip to content

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