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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp8054 ImVec2 move_delta; local in function:ImGui::NavUpdateWindowing
8056 move_delta = GetNavInputAmount2d(ImGuiNavDirSourceFlags_Keyboard, ImGuiInputReadMode_Down);
8058 move_delta = GetNavInputAmount2d(ImGuiNavDirSourceFlags_PadLStick, ImGuiInputReadMode_Down);
8059 if (move_delta.x != 0.0f || move_delta.y != 0.0f)
8063 g.NavWindowingTarget->RootWindow->Pos += move_delta * move_speed;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp8054 ImVec2 move_delta; local in function:ImGui::NavUpdateWindowing
8056 move_delta = GetNavInputAmount2d(ImGuiNavDirSourceFlags_Keyboard, ImGuiInputReadMode_Down);
8058 move_delta = GetNavInputAmount2d(ImGuiNavDirSourceFlags_PadLStick, ImGuiInputReadMode_Down);
8059 if (move_delta.x != 0.0f || move_delta.y != 0.0f)
8063 g.NavWindowingTarget->RootWindow->Pos += move_delta * move_speed;

Completed in 33 milliseconds