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

Function InputTextMultiline

Source/GUI/ImGuiBinding.cpp:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590bool InputTextMultiline(const char* label, Buffer* buffer, const Vec2& size, Slice* inputTextFlags, int flagCount) {
591 if (!buffer) return false;
592 return ImGui::InputTextMultiline(label, buffer->get(), buffer->size(), size, InputTextFlags(inputTextFlags, flagCount));
593}
594
595bool TreeNodeEx(const char* label, Slice* treeNodeFlags, int flagCount) {
596 return ImGui::TreeNodeEx(label, TreeNodeFlags(treeNodeFlags, flagCount));

Calls 4

InputTextFlagsFunction · 0.85
getMethod · 0.65
sizeMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected