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

Method OnButtonChangeCameraClick

src/wconfiguration.cpp:1643–1652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1641 */
1642
1643void WConfiguration::OnButtonChangeCameraClick( wxCommandEvent& event )
1644{
1645 wxGetApp().GetController().ChangeCamera ();
1646 wxMessageDialog dlg (NULL, _("You should restart the application to apply this change"),
1647 _T("Enable Viacam"), wxICON_INFORMATION );
1648 dlg.ShowModal ();
1649
1650 event.Skip(false);
1651 Changed ();
1652}
1653
1654
1655/*!

Callers

nothing calls this directly

Calls 1

ChangeCameraMethod · 0.80

Tested by

no test coverage detected