Skip to content

Conversation

frosenek
Copy link
Contributor

imgui.core.ImGuiError: ImGui assertion error (g.IO.KeyMap[ImGuiKey_Space] != -1 && "ImGuiKey_Space is not mapped, required for keyboard navigation.") at imgui-cpp/imgui.cpp:3101

Error was thrown after enabling keyboard navigation because of the missing 'space' key in REVERSE_KEY_MAP

imgui.core.ImGuiError: ImGui assertion error (g.IO.KeyMap[ImGuiKey_Space] != -1 && "ImGuiKey_Space is not mapped, required for keyboard navigation.") at imgui-cpp/imgui.cpp:3101

Error was thrown after enabling keyboard navigation because of the missing 'space' key in REVERSE_KEY_MAP
@coveralls
Copy link

Coverage Status

Coverage remained the same at 54.034% when pulling f368125 on frosenek:patch-1 into d5a50a2 on swistakm:master.

@swistakm swistakm merged commit 1d25392 into pyimgui:master Feb 4, 2020
@swistakm
Copy link
Member

swistakm commented Feb 4, 2020

Thanks for contribution @frosenek!

@swistakm swistakm added the release pending Merged but still needs official release label Feb 4, 2020
@swistakm swistakm added bug and removed release pending Merged but still needs official release labels Jul 17, 2020
@swistakm
Copy link
Member

Fix released in 1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants