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

Method OnMouseLeftWindow

src/visual/InteractiveCanvas.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void InteractiveCanvas::OnMouseLeftWindow(wxMouseEvent& event) {
142 mouseTracker.OnMouseLeftWindow(event);
143
144 shiftDown = false;
145 altDown = false;
146 ctrlDown = false;
147}
148
149void InteractiveCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
150 mouseTracker.OnMouseEnterWindow(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected