SFML / imgui-sfml

Dear ImGui backend for use with SFML
MIT License
1.13k stars 169 forks source link

Catchup imgui-SFML to scoped enum changes in SFML master #270

Closed Bambo-Borris closed 9 months ago

Bambo-Borris commented 9 months ago

SFML master has recently updated enums such as sf::Joystick::Axis to scoped enums, this PR is to catchup imgui-SFML master to these changes.