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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1401 float KeysDownDurationPrev[512]; // Previous duration the key has been down member in struct:ImGuiIO
H A Dimgui.cpp1200 for (int i = 0; i < IM_ARRAYSIZE(KeysDownDuration); i++) KeysDownDuration[i] = KeysDownDurationPrev[i] = -1.0f;
3468 memcpy(g.IO.KeysDownDurationPrev, g.IO.KeysDownDuration, sizeof(g.IO.KeysDownDuration));
4076 return g.IO.KeysDownDurationPrev[user_key_index] >= 0.0f && !g.IO.KeysDown[user_key_index];
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1401 float KeysDownDurationPrev[512]; // Previous duration the key has been down member in struct:ImGuiIO
H A Dimgui.cpp1200 for (int i = 0; i < IM_ARRAYSIZE(KeysDownDuration); i++) KeysDownDuration[i] = KeysDownDurationPrev[i] = -1.0f;
3468 memcpy(g.IO.KeysDownDurationPrev, g.IO.KeysDownDuration, sizeof(g.IO.KeysDownDuration));
4076 return g.IO.KeysDownDurationPrev[user_key_index] >= 0.0f && !g.IO.KeysDown[user_key_index];

Completed in 49 milliseconds