Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
void DrapeEngine::Move(double factorX, double factorY, bool isAnim)
193
{
194
AddUserEvent(make_unique_dp<MoveEvent>(factorX, factorY, isAnim));
195
}
196
197
void DrapeEngine::Scroll(double distanceX, double distanceY)
198
{
Callers
3
DoDrag
Method · 0.45
OnMove
Method · 0.45
OnScroll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected