Skip to content

Commit 9cc8c57

Browse files
committed
ImGui-SFML 2.4
* 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)
1 parent 7444659 commit 9cc8c57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
22

33
project(imgui_sfml
44
LANGUAGES CXX
5-
VERSION 2.3
5+
VERSION 2.4
66
)
77

88
# In CMake 3.12+ this policy will automatically take the ImGui_ROOT and SFML_ROOT environment variables

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ImGui-SFML v2.3
1+
ImGui-SFML v2.4
22
=======
33
[![build Actions Status](https://github.com/eliasdaler/imgui-sfml/workflows/build/badge.svg)](https://github.com/eliasdaler/imgui-sfml/actions)
44

0 commit comments

Comments
 (0)