///////////////////////////////////////////////////////
| 297 | |
| 298 | //////////////////////////////////////////////////////////// |
| 299 | void JoystickImpl::close() |
| 300 | { |
| 301 | if (directInput) |
| 302 | closeDInput(); |
| 303 | } |
| 304 | |
| 305 | //////////////////////////////////////////////////////////// |
| 306 | JoystickCaps JoystickImpl::getCapabilities() const |
nothing calls this directly
no outgoing calls
no test coverage detected