| 539 | } |
| 540 | |
| 541 | void DrapeEngine::SelectObject(SelectionShape::ESelectedObject obj, m2::PointD const & pt, FeatureID const & featureId, |
| 542 | bool isAnim, bool isGeometrySelectionAllowed, bool isSelectionShapeVisible) |
| 543 | { |
| 544 | m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, |
| 545 | make_unique_dp<SelectObjectMessage>( |
| 546 | obj, pt, featureId, isAnim, isGeometrySelectionAllowed, isSelectionShapeVisible), |
| 547 | MessagePriority::Normal); |
| 548 | } |
| 549 | |
| 550 | void DrapeEngine::DeselectObject(bool restoreViewport) |
| 551 | { |
no test coverage detected