Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ AddUserEvent
Method
AddUserEvent
libs/drape_frontend/drape_engine.cpp:420–423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
}
419
420
void DrapeEngine::AddUserEvent(drape_ptr<UserEvent> && e)
421
{
422
m_frontend->AddUserEvent(std::move(e));
423
}
424
425
void DrapeEngine::ModelViewChanged(ScreenBase const & screen)
426
{
Callers
1
ThreadRoutine
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected