///////////////////////////////////////////////////////
| 49 | |
| 50 | //////////////////////////////////////////////////////////// |
| 51 | bool hasAxis(unsigned int joystick, Axis axis) |
| 52 | { |
| 53 | return priv::JoystickManager::getInstance().getCapabilities(joystick).axes[axis]; |
| 54 | } |
| 55 | |
| 56 | |
| 57 | //////////////////////////////////////////////////////////// |
no test coverage detected