Searched defs:BufTextLen (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1433 int BufTextLen; // Text length (in bytes) // Read-write // [Resize,Completion,History,Always] Exclude zero-terminator storage. In C land: == strlen(some_text), in C++ land: string.length() member in struct:ImGuiInputTextCallbackData
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1433 int BufTextLen; // Text length (in bytes) // Read-write // [Resize,Completion,History,Always] Exclude zero-terminator storage. In C land: == strlen(some_text), in C++ land: string.length() member in struct:ImGuiInputTextCallbackData

Completed in 16 milliseconds