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

Method OnMouseReleased

src/visual/SpectrumCanvas.cpp:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void SpectrumCanvas::OnMouseReleased(wxMouseEvent& event) {
266 mouseTracker.setVertDragLock(false);
267 InteractiveCanvas::OnMouseReleased(event);
268 SetCursor(wxCURSOR_CROSS);
269}
270
271void SpectrumCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
272 InteractiveCanvas::OnMouseEnterWindow(event);

Callers

nothing calls this directly

Calls 1

setVertDragLockMethod · 0.80

Tested by

no test coverage detected