-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
The ImGui Window doesn't respond at all #8507
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
Comments
Please describe your problem. You are not describing the problem. |
How long you tried to fix it doesn't tell us anything about what you tried, statements like "nothing worked" are also quite unspecific. Without testing your code, two things that seem suspicious:
Start with the example code from here: |
I couldn't see the problem when looking at the code (except for the fact you are using extremely old OpenGL context version) so I copied your code and it worked here. So please be more specific. |
I meant that ImGui wasn't responding to anything and it respond only if I changed the window size(not in code) |
Hi, |
If your issue is about problems you are facing in your Open Engine project, you are using some of the functions wrong as I can see but your window is responding at least when I build it. Try using a debugger and see for yourself for example what happenes when you click the github button. |
Version/Branch of Dear ImGui:
Lastest
Back-ends:
imgui_impl_glfw3.cpp + imgui_impl_opengl2.cpp
Compiler, OS:
Arch GCC CodeBlocks
Full config/build information:
No response
Details:
The ImGui Window doesn't respond at all
I'm trying to fix this like for 2 hours I even used chatgpt to fix the issue but nothing work
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
heres the full code
The text was updated successfully, but these errors were encountered: