///////////////////////////////////////////////////////
| 69 | |
| 70 | //////////////////////////////////////////////////////////// |
| 71 | JoystickCaps JoystickImpl::getCapabilities() const |
| 72 | { |
| 73 | // To implement |
| 74 | return JoystickCaps(); |
| 75 | } |
| 76 | |
| 77 | |
| 78 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected