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

Method OnMouseReleased

src/visual/InteractiveCanvas.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void InteractiveCanvas::OnMouseReleased(wxMouseEvent& event) {
134 mouseTracker.OnMouseReleased(event);
135
136 shiftDown = event.ShiftDown();
137 altDown = event.AltDown();
138 ctrlDown = event.ControlDown();
139}
140
141void InteractiveCanvas::OnMouseLeftWindow(wxMouseEvent& event) {
142 mouseTracker.OnMouseLeftWindow(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected