Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imgui_impl_win32.cpp + imgui_impl_opengl3.cpp demo bug #6516

Closed
yenixing opened this issue Jun 13, 2023 · 1 comment
Closed

imgui_impl_win32.cpp + imgui_impl_opengl3.cpp demo bug #6516

yenixing opened this issue Jun 13, 2023 · 1 comment

Comments

@yenixing
Copy link

Version/Branch of Dear ImGui:

Version: Most recent version (cloned it from github)
Branch: master

Back-end/Renderer/Compiler/OS

Back-ends: imgui_impl_win32.cpp + imgui_impl_opengl3.cpp
Compiler: MSVC
Operating System: Windows 10 Pro Version 21H2

I just found a bug in Line 233 in examples/example_win32_opengl3/main.cpp.

I think using ::DefWindowProcW instead of ::DefWindowProc

ocornut added a commit that referenced this issue Jun 13, 2023
@ocornut
Copy link
Owner

ocornut commented Jun 13, 2023

You are right, I have pushed a fix 3cc9d20
Thank you !

@ocornut ocornut closed this as completed Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants