Home
last modified time | relevance | path

Searched refs:KeysDownDuration (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp1200 …for (int i = 0; i < IM_ARRAYSIZE(KeysDownDuration); i++) KeysDownDuration[i] = KeysDownDurationPr… in ImGuiIO()
3468 memcpy(g.IO.KeysDownDurationPrev, g.IO.KeysDownDuration, sizeof(g.IO.KeysDownDuration)); in NewFrame()
3470 …g.IO.KeysDownDuration[i] = g.IO.KeysDown[i] ? (g.IO.KeysDownDuration[i] < 0.0f ? 0.0f : g.IO.KeysD… in NewFrame()
4053 const float t = g.IO.KeysDownDuration[key_index]; in GetKeyPressedAmount()
4063 const float t = g.IO.KeysDownDuration[user_key_index]; in IsKeyPressed()
7233 …) { g.NavMoveDirLast = (ImGuiDir)((g.NavMoveDirLast + 1) & 3); g.IO.KeysDownDuration[g.IO.KeyMap[I… in NavScoreItem()
Dimgui.h1400 …float KeysDownDuration[512]; // Duration the keyboard key has been down (0.0f == ju… member