Skip to content

Commit 82dc203

Browse files
committed
ImGui-SFML 2.3
* Fix 'bgColor' not being passed to 'ImGui::ImageButton' (thanks, @SuperV1234) * Fix KeysDown not being reset to 'false' when losing focus * Sync OpenGL rendering code with Dear ImGui's OpenGL2 backend implementation
1 parent 224fe6c commit 82dc203

File tree

3 files changed

+4
-118
lines changed

3 files changed

+4
-118
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.2
5+
VERSION 2.3
66
)
77

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

README.md

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

@@ -64,9 +64,9 @@ Integrating into your project manually
6464
- Add `imgui-SFML.cpp` to your build/project
6565
- Link OpenGL if you get linking errors
6666

67-
Other ways to add to your project(won't recommend as the versions tend to lag behind and are not
67+
Other ways to add to your project(won't recommend as the versions tend to lag behind and are not
6868
---
69-
Not recommended, as they're not maintained officially. Tend to lag behind and stay on older versions.
69+
Not recommended, as they're not maintained officially. Tend to lag behind and stay on older versions.
7070

7171
- [Conan](https://github.com/bincrafters/community/tree/main/recipes/imgui-sfml)
7272
- [vcpkg](https://github.com/microsoft/vcpkg/tree/master/ports/imgui-sfml)

conanfile.py

-114
This file was deleted.

0 commit comments

Comments
 (0)