-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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::IsWindowHovered() bug when left-clicking plot? #6757
Comments
I don't exactly know what You might want to use There's no right answer it depends what exactly you are using IsWindowHovered() for. |
Perfect that's clear thank you !! |
I think it's abnormal that it's becoming false when left-clicking on a plot (ImPlot::BeginPlot() / End())
When hovering and left-clicking directly on the Frame it's staying true !
Can you confirm if it is the desired behavior or not ? Thanks !
ImGui checkout 82d177c
ImPlot checkout 7b9171569bfe846aa1049a70bc599ad44ef0e5c1
The text was updated successfully, but these errors were encountered: