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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1404 ImVector<ImWchar> InputQueueCharacters; // Queue of _characters_ input (obtained by platform back-end). Fill using AddInputCharacter() helper. member in struct:ImGuiIO
H A Dimgui_widgets.cpp3330 if (io.InputQueueCharacters.Size > 0)
3336 for (int n = 0; n < io.InputQueueCharacters.Size; n++)
3339 unsigned int c = (unsigned int)io.InputQueueCharacters[n];
3345 io.InputQueueCharacters.resize(0);
H A Dimgui.cpp1209 InputQueueCharacters.push_back(c);
1219 InputQueueCharacters.push_back((ImWchar)c);
1225 InputQueueCharacters.resize(0);
3847 g.IO.InputQueueCharacters.resize(0);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1404 ImVector<ImWchar> InputQueueCharacters; // Queue of _characters_ input (obtained by platform back-end). Fill using AddInputCharacter() helper. member in struct:ImGuiIO
H A Dimgui_widgets.cpp3330 if (io.InputQueueCharacters.Size > 0)
3336 for (int n = 0; n < io.InputQueueCharacters.Size; n++)
3339 unsigned int c = (unsigned int)io.InputQueueCharacters[n];
3345 io.InputQueueCharacters.resize(0);
H A Dimgui.cpp1209 InputQueueCharacters.push_back(c);
1219 InputQueueCharacters.push_back((ImWchar)c);
1225 InputQueueCharacters.resize(0);
3847 g.IO.InputQueueCharacters.resize(0);

Completed in 75 milliseconds