1 2imgui_stdlib.h + imgui_stdlib.cpp 3 InputText() wrappers for C++ standard library (STL) type: std::string. 4 This is also an example of how you may wrap your own similar types. 5 6imgui_scoped.h 7 [Experimental, not currently in main repository] 8 Additional header file with some RAII-style wrappers for common Dear ImGui functions. 9 Try by merging: https://github.com/ocornut/imgui/pull/2197 10 Discuss at: https://github.com/ocornut/imgui/issues/2096 11 12See more C++ related extension on Wiki 13 https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness 14