-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
WantCaptureMouse changed? #1789
Comments
No particular change as far as I remember. It's hard to tell how you could have been affected without the fuller context. You are not explaining how it changed and in which context. |
ImGuiIO struct was badly defined in binding :-( |
You should add code to check the size of structs.. See what I do in |
Is there any reason you are avoiding edit: Im also kind of referring to previous issues with this |
@Nukem9 I am not sure what you mean. Do you suggest using |
Yes - that would fix anything like #1769 in the future. I'm not sure about fixing the #define problem though (#1695). Personally I wouldn't use |
My specific problem was not with packing but with a bad definition (now corrected) |
@Nukem9 To answer your question, the issue is mostly that it is work to figure out the least intrusive way to do it across most compilers and test it. If you want to do it for imgui.h and imgui_internal.h and it's not too intrusive, I would take a PR. I think Clang needs attribute on every structure :/ |
When doing a bind against 1.60 the behaviour of WantCaptureMouse changed
this is my callback
with 1.53 WantCaptureMouse was detected and not now. Has been any relevant change?
The text was updated successfully, but these errors were encountered: