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

Method OnMouseRightReleased

src/visual/InteractiveCanvas.cpp:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void InteractiveCanvas::OnMouseRightReleased(wxMouseEvent& event) {
172 mouseTracker.OnMouseRightReleased(event);
173}
174
175bool InteractiveCanvas::isMouseInView() {
176 return mouseTracker.mouseInView();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected