MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / inputTextIntoArrayMultiline

Function inputTextIntoArrayMultiline

source/MRViewer/MRUIStyle.cpp:1893–1896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1891}
1892
1893bool inputTextIntoArrayMultiline( const char* label, char* buf, size_t buf_size, const ImVec2& size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data )
1894{
1895 return basicTextInputIntoArray( label, buf, buf_size, flags, [&]{ return ImGui::InputTextMultiline( label, buf, buf_size, size, flags, callback, user_data ); } );
1896}
1897
1898static bool basicTextInputMultilineFullyScrollable( CachedTextSize& cache, const char *label, const char* buf, ImVec2 size, auto &&func )
1899{

Calls 1

basicTextInputIntoArrayFunction · 0.85

Tested by

no test coverage detected