MCPcopy Create free account
hub / github.com/comaps/comaps / OnDragEnded

Method OnDragEnded

libs/drape_frontend/frontend_renderer.cpp:2058–2063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2056}
2057
2058void FrontendRenderer::OnDragEnded(m2::PointD const & distance)
2059{
2060 m_myPositionController->DragEnded(distance);
2061 PullToBoundArea(false /* randomPlace */, false /* applyZoom */);
2062 m_firstLaunchAnimationInterrupted = true;
2063}
2064
2065void FrontendRenderer::OnScaleStarted()
2066{

Callers 1

EndDragMethod · 0.45

Calls 1

DragEndedMethod · 0.80

Tested by

no test coverage detected