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

Method Invalidate

libs/drape_frontend/drape_engine.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void DrapeEngine::Invalidate()
177{
178 m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<InvalidateMessage>(),
179 MessagePriority::High);
180}
181
182void DrapeEngine::AddTouchEvent(TouchEvent const & event)
183{

Callers

nothing calls this directly

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected