#include "common.h"#include "../../../common/utilities/imgui/wrap.h"#include "../../../third-party/imgui/imgui.h"
Go to the source code of this file.
Namespaces | |
| ImGui | |
Functions | |
| IMGUI_API ImVec2 | ImGui::CalcTextSize (const char *text, const char *text_end=NULL, bool hide_text_after_double_hash=false, float wrap_width=-1.0f) |
| TEST_CASE ("wrap-text","[string]") | |
| TEST_CASE | ( | "wrap-text" | , |
| "" | [string] | ||
| ) |
Definition at line 37 of file test-wrap.cpp.