-
Notifications
You must be signed in to change notification settings - Fork 30
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
DX9 ImGui unresponsive #137
Comments
I can't work on this at the moment, but could you try deleting the first Lines 39 to 51 in bebcddc
So that only this part remains: Lines 40 to 44 in bebcddc
Let me know if that fixes things; in that case, please open a PR so I can merge that in. |
Hi, sorry for the late response, been busy. |
No worries! In all honesty, I'm not sure we should support programs which have weird unintended usages of the windows API, sounds like a game of cat and mouse against an API surface which is already difficult to work with. I'll give it a try though! |
The DirectX9 ImGui doesn't react nor detect proper mouse position in the same game as in #132.
It logs the position as "100, 100" and never recognizes any change, apart from sudden 1-frame drops to like 0, 0.
Code is the sample code from examples.
The text was updated successfully, but these errors were encountered: