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

Method OnKeyUp

src/visual/InteractiveCanvas.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void InteractiveCanvas::OnKeyUp(wxKeyEvent& event) {
102 shiftDown = event.ShiftDown();
103 altDown = event.AltDown();
104 ctrlDown = event.ControlDown();
105}
106
107void InteractiveCanvas::OnKeyDown(wxKeyEvent& event) {
108 shiftDown = event.ShiftDown();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected