| 19201 | } |
| 19202 | |
| 19203 | void QKeyMapper_Worker::initMultiVirtualGamepadInputList() |
| 19204 | { |
| 19205 | MultiVirtualGamepadInputList = QStringList() \ |
| 19206 | /* Virtual Gampad Keys */ |
| 19207 | << "vJoy-LS-Up" |
| 19208 | << "vJoy-LS-Down" |
| 19209 | << "vJoy-LS-Left" |
| 19210 | << "vJoy-LS-Right" |
| 19211 | << "vJoy-RS-Up" |
| 19212 | << "vJoy-RS-Down" |
| 19213 | << "vJoy-RS-Left" |
| 19214 | << "vJoy-RS-Right" |
| 19215 | << "vJoy-DPad-Up" |
| 19216 | << "vJoy-DPad-Down" |
| 19217 | << "vJoy-DPad-Left" |
| 19218 | << "vJoy-DPad-Right" |
| 19219 | << "vJoy-Touchpad" |
| 19220 | << "vJoy-Key1(A/×)" |
| 19221 | << "vJoy-Key2(B/○)" |
| 19222 | << "vJoy-Key3(X/□)" |
| 19223 | << "vJoy-Key4(Y/△)" |
| 19224 | << "vJoy-Key5(LB)" |
| 19225 | << "vJoy-Key6(RB)" |
| 19226 | << "vJoy-Key7(Back)" |
| 19227 | << "vJoy-Key8(Start)" |
| 19228 | << "vJoy-Key9(LS-Click)" |
| 19229 | << "vJoy-Key10(RS-Click)" |
| 19230 | << "vJoy-Key11(LT)" |
| 19231 | << "vJoy-Key12(RT)" |
| 19232 | << "vJoy-Key13(Guide)" |
| 19233 | ; |
| 19234 | } |
| 19235 | |
| 19236 | void QKeyMapper_Worker::initCombinationKeysList() |
| 19237 | { |
nothing calls this directly
no outgoing calls
no test coverage detected