SFML / imgui-sfml

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

making sure imgui works well after resizing #222

Closed hulakdar closed 2 years ago

hulakdar commented 2 years ago

right now imgui windows are clipping to old size and mouse position is not tracked well after resizing

eliasdaler commented 2 years ago

Looks good, thanks.