-
Notifications
You must be signed in to change notification settings - Fork 19
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
Backspace not worked in input fields #54
Comments
worked in 2.0.0 not worked in 2.1.1 Also arrows not worked |
Release 2.1.1 does not include that commit, which was a required part of the upgrade to imgui 1.9.0, which I specifically tested (in Defold 1.8.0) In Defold 1.9.0 beta (which I know is not the version you're using) it doesn't work again. I believe this is a change in Defold, possibly related to the GLFW upgrade, as imgui.script no longer receives an input event for key_backspace. Perhaps @britzl knows more. |
I don't think that it is related to glfw. Defold 1.8.1, imgui 2.0.0 worked. Mb it was broken when update imgui in 2.1.0? |
If I understand imgui not get input from glfw. It get input from lua code |
Look extension-imgui/imgui/src/imgui/imgui.h Line 1341 in dfbaef0
But you reset values only < 512 extension-imgui/imgui/src/extension_imgui.cpp Line 2497 in dfbaef0
|
defold 1.8.1
windows
Mb this wrong?
dc65c4d
In demo project backspace also not worked in input for positions
The text was updated successfully, but these errors were encountered: