SFML/imgui-sfml

"ImGuiNavInput" instead of "ImGuiNavInput_"

differenceclouds opened this issue · 6 comments

I'm just starting a new project with xcode, so I'm not sure if I even have it set up correctly. However, the build fails unless I remove the trailing underscore from the two references to the "ImGuiNavInput_" enum on lines 131 and 1023 of imgui-SFML.cpp.

Hello
Which version of ImGui-SFML are you using? Please see if current master version works for you.

Hello Which version of ImGui-SFML are you using? Please see if current master version works for you.

I have the same problem using ImGui-SFML 2.5

Please see if current master version works for you.

I have the same problem using ImGui-SFML 2.5
I'm just starting a new project with linux/arm64, using cpm. However, the build fails.
After removing the trailing underscore from the two references to the "ImGuiNavInput_" enum on lines 131 and 1023 of imgui-SFML.cpp, it works!

Please see if current master version works for you.

It should work. Closing for now.