-
-
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
glfw backend crash #4124
Comments
Hello,
Which keys? What are the value of |
Yes, key is -1 In my keyboard's case, it's right shift edit: |
That's absolutely very strange and surprising but I am going to add the bound check... If you can compile GLFW yourself and set breakpoint in createKeyTables() fills What's your GLFW version? |
…s to send -1 on some setups. [#4124]
Pushed fix! |
Strange bug where holding a certain key and clicking causes exception.
g_PrevUserCallbackMousebutton is clobbered by an out of bounds write to g_KeyOwnerWindows.
imgui/backends/imgui_impl_glfw.cpp
Lines 116 to 119 in cbcd891
Proposed fix:
The text was updated successfully, but these errors were encountered: