MCPcopy 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
182void DrapeEngine::AddTouchEvent(TouchEvent const & event)
183{
184 AddUserEvent(make_unique_dp<TouchEvent>(event));
185}
186
187void DrapeEngine::Scale(double factor, m2::PointD const & pxPoint, bool isAnim)
188{

Callers 1

TouchEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected