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

Method OnMouseLeftWindow

src/visual/SpectrumCanvas.cpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void SpectrumCanvas::OnMouseLeftWindow(wxMouseEvent& event) {
282 InteractiveCanvas::OnMouseLeftWindow(event);
283 SetCursor(wxCURSOR_CROSS);
284}
285
286void SpectrumCanvas::attachWaterfallCanvas(WaterfallCanvas* canvas_in) {
287 waterfallCanvas = canvas_in;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected