2018-11-21 20:30:36 +03: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.
|
|
|
|
|
2019-01-21 00:23:29 +03:00
|
|
|
imgui_scoped.h
|
2018-11-21 20:30:36 +03:00
|
|
|
[Experimental, not currently in main repository]
|
2019-06-11 17:11:19 +03:00
|
|
|
Additional header file with some RAII-style wrappers for common Dear ImGui functions.
|
2018-11-21 20:30:36 +03:00
|
|
|
Try by merging: https://github.com/ocornut/imgui/pull/2197
|
|
|
|
Discuss at: https://github.com/ocornut/imgui/issues/2096
|