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

Function shouldExposeTextInputToTestEngine

source/MRViewer/MRUIStyle.cpp:1827–1830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1825}
1826
1827static bool shouldExposeTextInputToTestEngine( ImGuiInputTextFlags flags )
1828{
1829 return !bool( flags & ( ImGuiInputTextFlags_ReadOnly | ImGuiInputTextFlags_Password ) );
1830}
1831
1832static bool basicTextInput( const char* label, std::string& str, ImGuiInputTextFlags flags, auto &&func )
1833{

Callers 2

basicTextInputFunction · 0.85
basicTextInputIntoArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected