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

Method OnTextctrlOnscreenkeyboardcommandTextUpdated

src/wconfiguration.cpp:1615–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1613 */
1614
1615void WConfiguration::OnTextctrlOnscreenkeyboardcommandTextUpdated( wxCommandEvent& event )
1616{
1617 if (event.GetString().Cmp(wxGetApp().GetController().GetOnScreenKeyboardCommand()))
1618 {
1619 wxGetApp().GetController().SetOnScreenKeyboardCommand (event.GetString());
1620 Changed ();
1621 }
1622 event.Skip(false);
1623
1624}
1625
1626
1627/*!

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected