MCPcopy Create free account
hub / github.com/cmauri/eviacam / OnButtonClick

Method OnButtonClick

src/wconfiguration.cpp:1756–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1754 */
1755
1756void WConfiguration::OnButtonClick( wxCommandEvent& event )
1757{
1758 if (wxGetApp().GetController().StartMotionCalibration()) {
1759 InitializeData();
1760 Changed ();
1761 }
1762 event.Skip();
1763
1764}
1765
1766
1767/*!

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected