| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| README.txt | D | 12-May-2024 | 449 | 11 | 8 | |
| imgui_stdlib.cpp | D | 12-May-2024 | 2.5 KiB | 66 | 45 | |
| imgui_stdlib.h | D | 12-May-2024 | 1,018 | 23 | 7 |
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