Skip to content

ImGui-SFML v2.3

Compare
Choose a tag to compare
@eliasdaler eliasdaler released this 12 Apr 11:19
· 131 commits to master since this release

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)

Also big thanks to @pinam45 for CI updates (see #165).