Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ AddTouchEvent
Method
AddTouchEvent
libs/drape_frontend/drape_engine.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void DrapeEngine::AddTouchEvent(TouchEvent const & event)
183
{
184
AddUserEvent(make_unique_dp<TouchEvent>(event));
185
}
186
187
void DrapeEngine::Scale(double factor, m2::PointD const & pxPoint, bool isAnim)
188
{
Callers
1
TouchEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected