Skip to content

Commit

Permalink
ImGui-SFML 2.4
Browse files Browse the repository at this point in the history
* Don't update io.KeysDown for keys which Dear ImGui doesn't care about
  - fixes some crashes when pressing keys which Dear ImGui doesn't process
* Multiple window/Dear ImGui context support (thanks, @emrsmsrli)
* Support #define ImDrawIdx unsigned int in renderer via imconfig.h (thanks, @Doy-lee)
* Fix android delete/backspace keycodes (thanks, @Alia5)
  • Loading branch information
eliasdaler committed Nov 12, 2021
1 parent 7444659 commit 9cc8c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)

project(imgui_sfml
LANGUAGES CXX
VERSION 2.3
VERSION 2.4
)

# In CMake 3.12+ this policy will automatically take the ImGui_ROOT and SFML_ROOT environment variables
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ImGui-SFML v2.3
ImGui-SFML v2.4
=======
[![build Actions Status](https://github.com/eliasdaler/imgui-sfml/workflows/build/badge.svg)](https://github.com/eliasdaler/imgui-sfml/actions)

Expand Down

0 comments on commit 9cc8c57

Please sign in to comment.