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

Method OnMouseEnterWindow

src/visual/ScopeCanvas.cpp:258–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void ScopeCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
259 InteractiveCanvas::OnMouseEnterWindow(event);
260 if (!helpTip.empty()) {
261 setStatusText(helpTip);
262 }
263 SetCursor(wxCURSOR_SIZEWE);
264}
265
266void ScopeCanvas::OnMouseLeftWindow(wxMouseEvent& event) {
267 InteractiveCanvas::OnMouseLeftWindow(event);

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected