Home
last modified time | relevance | path

Searched refs:IDC_INVERTMOUSE_CTRL (Results 1 – 3 of 3) sorted by relevance

/dports/games/scorched3d/scorched/src/launcher/wxdialogs/
H A DDisplay-def.cpp98 static wxCheckBox *IDC_INVERTMOUSE_CTRL = 0; variable
H A DDisplayDialog.cpp436 IDC_INVERTMOUSE_CTRL->SetValue(OptionsDisplay::instance()->getInvertMouse()); in refreshScreen()
437IDC_INVERTMOUSE_CTRL->SetToolTip(wxString(OptionsDisplay::instance()->getInvertMouseEntry().getDes… in refreshScreen()
664 OptionsDisplay::instance()->getInvertMouseEntry().setValue(IDC_INVERTMOUSE_CTRL->GetValue()); in TransferDataFromWindow()
H A DDisplay.cpp181 IDC_INVERTMOUSE_CTRL = in createOtherControls()
183 miscSizer2->Add(IDC_INVERTMOUSE_CTRL, 0); in createOtherControls()