vsg-dev / vsgImGui

Integration of VulkanSceneGraph with ImGui
MIT License
43 stars 28 forks source link

Special combination CTRL+TAB does not work #5

Closed karolmateusznowak closed 1 year ago

karolmateusznowak commented 3 years ago

CTRL+TAB doesn't work. I've prepared video which provides comparison of CTRL+TAB usage between two ImGui(s) https://youtu.be/VOkGXk3eekw

NOTE: vsgImGui usage is on the right side.

NOTE: If CTRL+TAB does not work, I guess that rest of special combinations don't work as well

Hint: io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; must be enabled