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

Method OnTreeDoubleClick

src/forms/SDRDevices/SDRDevices.cpp:407–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void SDRDevicesDialog::OnTreeDoubleClick( wxMouseEvent& event ) {
408 OnUseSelected(event);
409}
410
411void SDRDevicesDialog::OnDeviceTimer( wxTimerEvent& event ) {
412 if (refresh) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected