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

Method OnMouseEnterWindow

src/visual/InteractiveCanvas.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void InteractiveCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
150 mouseTracker.OnMouseEnterWindow(event);
151
152 shiftDown = event.ShiftDown();
153 altDown = event.AltDown();
154 ctrlDown = event.ControlDown();
155}
156
157void InteractiveCanvas::setStatusText(std::string statusText) {
158

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected