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

Method OnKeyDown

src/visual/InteractiveCanvas.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void InteractiveCanvas::OnKeyDown(wxKeyEvent& event) {
108 shiftDown = event.ShiftDown();
109 altDown = event.AltDown();
110 ctrlDown = event.ControlDown();
111}
112
113void InteractiveCanvas::OnMouseMoved(wxMouseEvent& event) {
114 mouseTracker.OnMouseMoved(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected