MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / TextWrapped

Function TextWrapped

Source/GUI/ImGuiBinding.cpp:714–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714void TextWrapped(String text) {
715 ImGui::TextWrappedUnformatted(text.begin(), text.end());
716}
717
718void LabelText(const char* label, const char* text) {
719 ImGui::LabelText(label, "%s", text);

Callers 15

imgui_text_wrappedFunction · 0.85
DebugNodeFontMethod · 0.85
DemoWindowWidgetsImagesFunction · 0.85
DemoWindowWidgetsTextFunction · 0.85
DemoWindowLayoutFunction · 0.85
DemoWindowPopupsFunction · 0.85
DemoWindowTablesFunction · 0.85
DemoWindowColumnsFunction · 0.85
DemoWindowInputsFunction · 0.85
DrawFunction · 0.85
ShowExampleAppLayoutFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected