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

Method OnScrolled

libs/drape_frontend/frontend_renderer.cpp:2075–2078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2073}
2074
2075void FrontendRenderer::OnScrolled(m2::PointD const & distance)
2076{
2077 m_myPositionController->Scrolled(distance);
2078}
2079
2080void FrontendRenderer::CorrectScalePoint(m2::PointD & pt) const
2081{

Callers 1

OnScrollMethod · 0.45

Calls 1

ScrolledMethod · 0.80

Tested by

no test coverage detected