SFML-Website icon indicating copy to clipboard operation
SFML-Website copied to clipboard

3.0 Migration guide should mention removed sf::Keyboard::Key aliases

Open redinator2000 opened this issue 10 months ago • 0 comments

sf::Keyboard::Key enumeration removed some alias values, that according to a comment, were depreciated in 2.6.x https://github.com/SFML/SFML/commit/756a399909a913364de00742afce6b91441646b9

This is a breaking change, and should be mentioned in the migration guide https://www.sfml-dev.org/tutorials/3.0/getting-started/migrate/

I suggest a list of all the depreciated values somewhere in the document, so it is easy to ctrl+f "Dash", find what it was aliasing, and easily fix the compiler error

redinator2000 avatar Mar 29 '25 01:03 redinator2000