///////////////////////////////////////////////////////
| 219 | |
| 220 | //////////////////////////////////////////////////////////// |
| 221 | void JoystickImpl::cleanup() |
| 222 | { |
| 223 | // Clean up DirectInput |
| 224 | cleanupDInput(); |
| 225 | } |
| 226 | |
| 227 | |
| 228 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected