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

Method Move

libs/drape_frontend/drape_engine.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void DrapeEngine::Move(double factorX, double factorY, bool isAnim)
193{
194 AddUserEvent(make_unique_dp<MoveEvent>(factorX, factorY, isAnim));
195}
196
197void DrapeEngine::Scroll(double distanceX, double distanceY)
198{

Callers 3

DoDragMethod · 0.45
OnMoveMethod · 0.45
OnScrollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected