mosra / magnum-integration

Integration libraries for the Magnum C++11 graphics engine
https://magnum.graphics/
Other
99 stars 44 forks source link

ImGuiIntegration: add handling of the Space key. #44

Closed williamjcm closed 5 years ago

williamjcm commented 5 years ago

This provides full support for ImGui keyboard navigation.

Those changes were tested in a project's copy of magnum-integration.

mosra commented 5 years ago

Thank you!

Random question: are there other missing keys or this was the last one missing?

williamjcm commented 5 years ago

This was apparently the only one missing, since I didn't get any other assertion failures for missing keys in the keymap.

mosra commented 5 years ago

Awesome, merged :)