We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Examples: Win32+OpenGL3: Fixed not calling DefWindowProcW() as with o…
3cc9d20
…ther Win32 examples. (#6516, #5725, #5961, #5975) Amend fe0a24f
You are right, I have pushed a fix 3cc9d20 Thank you !
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: