///////////////////////////////////////////////////////
| 42 | |
| 43 | //////////////////////////////////////////////////////////// |
| 44 | unsigned int getButtonCount(unsigned int joystick) |
| 45 | { |
| 46 | return priv::JoystickManager::getInstance().getCapabilities(joystick).buttonCount; |
| 47 | } |
| 48 | |
| 49 | |
| 50 | //////////////////////////////////////////////////////////// |
no test coverage detected