///////////////////////////////////////////////////////
| 64 | |
| 65 | //////////////////////////////////////////////////////////// |
| 66 | float getAxisPosition(unsigned int joystick, Axis axis) |
| 67 | { |
| 68 | return priv::JoystickManager::getInstance().getState(joystick).axes[axis]; |
| 69 | } |
| 70 | |
| 71 | |
| 72 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected