SFML / imgui-sfml

Dear ImGui backend for use with SFML
MIT License
1.08k stars 163 forks source link

Catchup imgui-sfml to scoped sf::Keyboard::Key enum changes on SFML master #271

Closed Bambo-Borris closed 6 months ago

Bambo-Borris commented 6 months ago

Continuation of the work done in #270, sf::Keyboard::Key was recently updated to be an enum class on master. This PR adds a commit to keep imgui-SFML master in line with these changes.