MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / removeOverlay

Method removeOverlay

src/ui/overlay_manager.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void OverlayManager::removeOverlay(Overlay* overlay)
55{
56 iterator it = std::find(begin(), end(), overlay);
57 ASSERT(it != end());
58 if (it != end())
59 m_overlays.erase(it);
60}
61
62void OverlayManager::captureOverlappedAreas()
63{

Callers 2

update_mouse_overlayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected