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

Method stopFilteringMessages

src/ui/popup_window.cpp:232–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void PopupWindow::stopFilteringMessages()
233{
234 if (m_filtering) {
235 m_filtering = false;
236
237 Manager* manager = Manager::getDefault();
238 manager->removeMessageFilter(kMouseMoveMessage, this);
239 manager->removeMessageFilter(kMouseDownMessage, this);
240 manager->removeMessageFilter(kKeyDownMessage, this);
241 }
242}
243
244} // namespace ui

Callers

nothing calls this directly

Calls 1

removeMessageFilterMethod · 0.80

Tested by

no test coverage detected