///////////////////////////////////////////////////////
| 104 | |
| 105 | //////////////////////////////////////////////////////////// |
| 106 | JoystickManager::JoystickManager() |
| 107 | { |
| 108 | JoystickImpl::initialize(); |
| 109 | } |
| 110 | |
| 111 | |
| 112 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected