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

Method OnMouseLeftWindow

src/visual/MeterCanvas.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void MeterCanvas::OnMouseLeftWindow(wxMouseEvent& event) {
172 InteractiveCanvas::OnMouseLeftWindow(event);
173 SetCursor(wxCURSOR_CROSS);
174 Refresh();
175}
176
177void MeterCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
178 InteractiveCanvas::mouseTracker.OnMouseEnterWindow(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected