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

Method OnLeftDClickTest

src/wwizard.cpp:1088–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086 */
1087
1088void WizardPage3::OnLeftDClickTest( wxMouseEvent& event )
1089{
1090 m_toggleTest->SetLabel(_("Double click"));
1091 m_isDoubleClick= true;
1092 event.Skip(false);
1093}
1094
1095/*!
1096 * wxEVT_MIDDLE_UP event handler for ID_TOGGLE_TEST

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected