MCPcopy Create free account
hub / github.com/comaps/comaps / PostUserEvent

Method PostUserEvent

libs/drape_frontend/drape_engine.cpp:414–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void DrapeEngine::PostUserEvent(drape_ptr<UserEvent> && e)
415{
416 m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<PostUserEventMessage>(std::move(e)),
417 MessagePriority::Normal);
418}
419
420void DrapeEngine::AddUserEvent(drape_ptr<UserEvent> && e)
421{

Callers

nothing calls this directly

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected