README.txt 557 B

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