Skip to content

ImGui-SFML v2.0.2

Compare
Choose a tag to compare
@eliasdaler eliasdaler released this 29 May 08:16
· 245 commits to master since this release
  • Honor CMP0077 - this allows to easily set options when you're incorporating ImGui-SFML into your build, e.g.:
set(IMGUI_SFML_FIND_SFML OFF)
add_subdirectory(imgui-sfml)
  • Fix #83 - on some mice MouseWheelMoved wasn't good enough for detecting mouse wheel movement.
  • Fix some minor CMake problems