///////////////////////////////////////////////////////
| 35 | { |
| 36 | //////////////////////////////////////////////////////////// |
| 37 | bool isConnected(unsigned int joystick) |
| 38 | { |
| 39 | return priv::JoystickManager::getInstance().getState(joystick).connected; |
| 40 | } |
| 41 | |
| 42 | |
| 43 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected