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

Method OnMouseLeftWindow

src/visual/ModeSelectorCanvas.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void ModeSelectorCanvas::OnMouseLeftWindow(wxMouseEvent& event) {
131 InteractiveCanvas::OnMouseLeftWindow(event);
132 SetCursor (wxCURSOR_CROSS);
133 Refresh();
134}
135
136void ModeSelectorCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
137 InteractiveCanvas::mouseTracker.OnMouseEnterWindow(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected