doom3-bfg/neo/libs/imgui
2023-10-18 13:39:06 +02:00
..
imconfig.h Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
imgui.cpp Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
imgui.h Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
imgui_demo.cpp Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
imgui_draw.cpp Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
imgui_internal.h Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
imgui_stdlib.cpp Adapted imgui_stdlib to idStr 2022-09-15 11:02:43 +02:00
imgui_stdlib.h Adapted imgui_stdlib to idStr 2022-09-15 11:02:43 +02:00
imgui_tables.cpp Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
imgui_widgets.cpp Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
imstb_rectpack.h Updated Imgui to version 1.88 2022-09-15 10:34:02 +02:00
imstb_textedit.h Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
imstb_truetype.h Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
LICENSE.txt Updated Imgui to newest docking release v1.89.9 2023-10-18 13:39:06 +02:00
README.txt Added imgui_stdlib.h interface 2022-09-15 10:36:37 +02:00

imgui_stdlib.h + imgui_stdlib.cpp
  InputText() wrappers for C++ standard library (STL) type: std::string.
  This is also an example of how you may wrap your own similar types.

imgui_scoped.h
  [Experimental, not currently in main repository]
  Additional header file with some RAII-style wrappers for common Dear ImGui functions.
  Try by merging: https://github.com/ocornut/imgui/pull/2197
  Discuss at: https://github.com/ocornut/imgui/issues/2096

See more C++ related extension on Wiki
  https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness