SFML / imgui-sfml

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

Fix forward declaration of `sf::Event` #275

Closed ChrisThrasher closed 5 months ago

ChrisThrasher commented 5 months ago

https://github.com/SFML/SFML/pull/2766 changed sf::Event from a struct to a class.