| 187 | } |
| 188 | |
| 189 | bool AllInputs::isDefaultController(int j) const |
| 190 | { |
| 191 | if (controllers[j]) { |
| 192 | return controllers[j]->isDefaultController(); |
| 193 | } |
| 194 | return true; |
| 195 | } |
| 196 | |
| 197 | int AllInputs::getInput(const SingleInput &si) const |
| 198 | { |
no outgoing calls
no test coverage detected