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

Function InputText

source/MRViewer/ImGuiHelpers.h:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74inline bool InputText(const char* label, std::string &str, ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = NULL, void* user_data = NULL)
75{
76 return InputText( label, &str, flags, callback, user_data );
77}
78
79
80/// similar to ImGui::DragFloat but

Callers 3

colorEdit4Function · 0.85
inputTextFunction · 0.85
inputTextIntoArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected