-
-
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
ImGuiMouseCursor_NotAllowed is missing for software mouse drawing #4713
Labels
Comments
ocornut
changed the title
BUG: ImGuiMouseCursor_NotAllowed is missing for software mouse drawing
ImGuiMouseCursor_NotAllowed is missing for software mouse drawing
Nov 11, 2021
I'm no artist, but here's a patch.
|
ocornut
added a commit
that referenced
this issue
Nov 15, 2021
…endering (when io.MouseDrawCursor is enabled). (#4713)
Thank you very much! |
actondev
pushed a commit
to actondev/imgui
that referenced
this issue
Nov 26, 2021
…endering (when io.MouseDrawCursor is enabled). (ocornut#4713)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version/Branch of Dear ImGui:
Version: any
Branch: any
Back-end/Renderer/Compiler/OS
Back-ends: any
Compiler: any
Operating System: any
My Issue/Question:
See imgui_draw.cpp:
ImGuiMouseCursor_NotAllowed is missing (from bitmap and lookup) when io.MouseDrawCursor == true and the cursor is not drawn.
Thanks for imgui.
Regards.
The text was updated successfully, but these errors were encountered: