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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h854 ImGuiDir NavMoveDir, NavMoveDirLast; // Direction of the move request (left/right/up/down), direction of the previous move request member in struct:ImGuiContext
998 NavMoveDir = NavMoveDirLast = NavMoveClipDir = ImGuiDir_None;
H A Dimgui.cpp7233 if (ImGui::IsKeyPressedMap(ImGuiKey_C)) { g.NavMoveDirLast = (ImGuiDir)((g.NavMoveDirLast + 1) & 3); g.IO.KeysDownDuration[g.IO.KeyMap[ImGuiKey_C]] = 0.01f; }
7324 g.NavMoveDir = g.NavMoveDirLast;
7764 g.NavMoveDirLast = g.NavMoveDir;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h854 ImGuiDir NavMoveDir, NavMoveDirLast; // Direction of the move request (left/right/up/down), direction of the previous move request member in struct:ImGuiContext
998 NavMoveDir = NavMoveDirLast = NavMoveClipDir = ImGuiDir_None;
H A Dimgui.cpp7233 if (ImGui::IsKeyPressedMap(ImGuiKey_C)) { g.NavMoveDirLast = (ImGuiDir)((g.NavMoveDirLast + 1) & 3); g.IO.KeysDownDuration[g.IO.KeyMap[ImGuiKey_C]] = 0.01f; }
7324 g.NavMoveDir = g.NavMoveDirLast;
7764 g.NavMoveDirLast = g.NavMoveDir;

Completed in 45 milliseconds