the regex group with offset 3 is used but that results in getting the patch number with the preceding period (so.1instead of1) which throws an error later when it tries to
After Dear ImGui is setup in your application, you can use it from _anywhere_ in your program loop: Code: ImGui::Text("Hello, world %d",123);if(ImGui::Button("Save")) MySaveFunction(); ImGui::InputText("string", buf, IM_ARRAYSIZE(buf)); ImGui::SliderFloat("float", &f,0.0...
After Dear ImGui is setup in your application, you can use it from _anywhere_ in your program loop: Code: ImGui::Text("Hello, world %d",123);if(ImGui::Button("Save")) MySaveFunction(); ImGui::InputText("string", buf, IM_ARRAYSIZE(buf)); ImGui::SliderFloat("float", &f,0.0...