///////////////////////////////////////////////////////
| 71 | |
| 72 | //////////////////////////////////////////////////////////// |
| 73 | Identification getIdentification(unsigned int joystick) |
| 74 | { |
| 75 | return priv::JoystickManager::getInstance().getIdentification(joystick); |
| 76 | } |
| 77 | |
| 78 | |
| 79 | //////////////////////////////////////////////////////////// |
no test coverage detected