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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp8061 const float NAV_MOVE_SPEED = 800.0f; local in function:ImGui::NavUpdateWindowing
8062 const float move_speed = ImFloor(NAV_MOVE_SPEED * g.IO.DeltaTime * ImMin(g.IO.DisplayFramebufferScale.x, g.IO.DisplayFramebufferScale.y)); // FIXME: Doesn't code variable framerate very well
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp8061 const float NAV_MOVE_SPEED = 800.0f; local in function:ImGui::NavUpdateWindowing
8062 const float move_speed = ImFloor(NAV_MOVE_SPEED * g.IO.DeltaTime * ImMin(g.IO.DisplayFramebufferScale.x, g.IO.DisplayFramebufferScale.y)); // FIXME: Doesn't code variable framerate very well

Completed in 81 milliseconds