MCPcopy Create free account
hub / github.com/SFML/SFML / closeDInput

Method closeDInput

src/SFML/Window/Win32/JoystickImpl.cpp:829–837  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

827
828////////////////////////////////////////////////////////////
829void 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////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected