2018-11-22 01:30:36 +08: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 05:23:29 +08:00
|
|
|
imgui_scoped.h
|
2018-11-22 01:30:36 +08:00
|
|
|
[Experimental, not currently in main repository]
|
2019-06-11 22:11:19 +08:00
|
|
|
Additional header file with some RAII-style wrappers for common Dear ImGui functions.
|
2018-11-22 01:30:36 +08:00
|
|
|
Try by merging: https://github.com/ocornut/imgui/pull/2197
|
|
|
|
Discuss at: https://github.com/ocornut/imgui/issues/2096
|
2021-07-05 22:46:12 +08:00
|
|
|
|
2023-03-24 02:03:17 +08:00
|
|
|
See more C++ related extension (fmt, RAII, syntaxis sugar) on Wiki:
|
2021-07-05 22:46:12 +08:00
|
|
|
https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness
|