MCPcopy Create free account
hub / github.com/Veerzeng/GraphicAlgorithm / InputTextEx

Method InputTextEx

SDK/imgui_master/imgui_widgets.cpp:3099–3766  ·  view source on GitHub ↗

Edit a string of text - buf_size account for the zero-terminator, so a buf_size of 6 can hold "Hello" but not "Hello!". This is so we can easily call InputText() on static arrays using ARRAYSIZE() and to match Note that in std::string world, capacity() would omit 1 byte used by the zero-terminator. - When active, hold on a privately held copy of the text (and apply back to 'buf'). So changing 'buf

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

GetCurrentWindowFunction · 0.85
ImVec2Class · 0.85
ImTextStrFromUtf8Function · 0.85
stb_textedit_clickFunction · 0.85
stb_textedit_dragFunction · 0.85
InputTextFilterCharacterFunction · 0.85
IsKeyPressedMapFunction · 0.85
ImMaxFunction · 0.85
ImMinFunction · 0.85
ImTextStrToUtf8Function · 0.85
stb_textedit_cutFunction · 0.85

Tested by

no test coverage detected