• Home
Name Date Size #Lines LOC

..--

README.txtD12-May-2024449 118

imgui_stdlib.cppD12-May-20242.5 KiB6645

imgui_stdlib.hD12-May-20241,018 237

README.txt

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 ImGui functions.
9  Try by merging: https://github.com/ocornut/imgui/pull/2197
10  Discuss at: https://github.com/ocornut/imgui/issues/2096
11