MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / OnMouseLeftWindow

Method OnMouseLeftWindow

src/visual/WaterfallCanvas.cpp:852–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852void WaterfallCanvas::OnMouseLeftWindow(wxMouseEvent& event) {
853 InteractiveCanvas::OnMouseLeftWindow(event);
854 SetCursor(wxCURSOR_CROSS);
855 wxGetApp().getDemodMgr().setActiveDemodulator(nullptr);
856 mouseZoom = 1.0;
857}
858
859void WaterfallCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
860 InteractiveCanvas::OnMouseEnterWindow(event);

Callers

nothing calls this directly

Calls 1

setActiveDemodulatorMethod · 0.80

Tested by

no test coverage detected