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

Method OnMouseMoved

src/visual/InteractiveCanvas.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void InteractiveCanvas::OnMouseMoved(wxMouseEvent& event) {
114 mouseTracker.OnMouseMoved(event);
115
116 shiftDown = event.ShiftDown();
117 altDown = event.AltDown();
118 ctrlDown = event.ControlDown();
119}
120
121void InteractiveCanvas::OnMouseDown(wxMouseEvent& event) {
122 mouseTracker.OnMouseDown(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected