vsg-dev/vsgImGui

ImGui assertion failure when pressing any key within an input box.

Closed this issue · 4 comments

Some things, such as input handling, have changed in ImGui. This issue tracks the problem where on Mac and Windows, ImGui results in an assertion failure. Perhaps this is an excellent incentive to move to the latest version of ImGui while fixing the assertion issue.

No issue on Linux, only on Mac and Windows. Instead of figuring out the old Imgui Input system, I plan to figure out the new one that uses AddKeyEvent API that matches VSG better.

I haven't looked at the new ImGui API yet, currently busy trying to figure out Qt oddities which will keep me busy. If you have suggestions on the ImGui front let me know. I'm happy to see vsgImGui evolve to keep up with ImGui.

I closed this one as I had raised and it seems to have been merged in.