Home
last modified time | relevance | path

Searched refs:switchHorn2 (Results 1 – 2 of 2) sorted by relevance

/dports/games/openbve/OpenBVE-1.8.2.1/source/InputDevicePlugins/SanYingInput/
H A DConfigForm.cs58 public int switchHorn2; field
158 m_saveData.switchHorn2 = fromSwitchString("OFF"); in ConfigForm()
207 txtSwHorn2.Text = toSwitchString(saveData.switchHorn2); in restoreConfiguration()
241 saveData.switchHorn2 = fromSwitchString(txtSwHorn2.Text); in saveConfiguration()
H A DSanYingInput.cs325 else if (config.switchHorn2 == i) in getKeyIdx()