Searched refs:history_str (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp3426 const char* history_str = (HistoryPos >= 0) ? History[HistoryPos] : ""; local in function:ExampleAppConsole::TextEditCallback
3428 data->InsertChars(0, history_str);

Completed in 8 milliseconds