ImGui-SFML v2.3
ImGui-SFML is 5 years old!
Thank you for using it and all the people who contributed PRs to it.
This is a small release:
- Fix 'bgColor' not being passed to 'ImGui::ImageButton' (#162) (thanks, @SuperV1234)
- Fix KeysDown not being reset to 'false' when losing focus (#147). This makes Alt+Tab work properly, because previously ImGui-SFML didn't receive a "KeyReleased" event when window lose focus and thought that "Alt" and "Tab" are pressed when you "Alt-Tabbed" back.
- Sync OpenGL rendering code with Dear ImGui's OpenGL2 backend implementation (#79)