///////////////////////////////////////////////////////
| 827 | |
| 828 | //////////////////////////////////////////////////////////// |
| 829 | void JoystickImpl::closeDInput() |
| 830 | { |
| 831 | if (m_device) |
| 832 | { |
| 833 | // Release the device |
| 834 | m_device->Release(); |
| 835 | m_device = nullptr; |
| 836 | } |
| 837 | } |
| 838 | |
| 839 | |
| 840 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected