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