| 196 | } |
| 197 | |
| 198 | void ms::SurfaceStack::add_input_visualization( |
| 199 | std::shared_ptr<mg::Renderable> const& overlay) |
| 200 | { |
| 201 | { |
| 202 | RecursiveWriteLock lg(guard); |
| 203 | overlays.push_back(overlay); |
| 204 | } |
| 205 | emit_scene_changed(); |
| 206 | } |
| 207 | |
| 208 | void ms::SurfaceStack::remove_input_visualization( |
| 209 | std::weak_ptr<mg::Renderable> const& weak_overlay) |
no test coverage detected