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

Method OnMouseDown

src/visual/SpectrumCanvas.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void SpectrumCanvas::OnMouseDown(wxMouseEvent& event) {
253 SetCursor(wxCURSOR_SIZEWE);
254 mouseTracker.setVertDragLock(true);
255 InteractiveCanvas::OnMouseDown(event);
256}
257
258void SpectrumCanvas::OnMouseWheelMoved(wxMouseEvent& event) {
259 InteractiveCanvas::OnMouseWheelMoved(event);

Callers

nothing calls this directly

Calls 1

setVertDragLockMethod · 0.80

Tested by

no test coverage detected