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

Method OnButtonCameraSettingsClick

src/wconfiguration.cpp:1631–1636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1629 */
1630
1631void WConfiguration::OnButtonCameraSettingsClick( wxCommandEvent& event )
1632{
1633 wxGetApp().GetController().ShowCameraSettingsDialog ();
1634
1635 event.Skip (false);
1636}
1637
1638
1639/*!

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected