MCPcopy 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
420void DrapeEngine::AddUserEvent(drape_ptr<UserEvent> && e)
421{
422 m_frontend->AddUserEvent(std::move(e));
423}
424
425void DrapeEngine::ModelViewChanged(ScreenBase const & screen)
426{

Callers 1

ThreadRoutineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected