| 231 | } |
| 232 | |
| 233 | int InputManager::getNumPlayers() { return mNumPlayers; } |
| 234 | void InputManager::setNumPlayers(int num) { mNumPlayers = num; } |
| 235 | |
| 236 | InputConfig* InputManager::getInputConfigByDevice(int device) |
no outgoing calls
no test coverage detected