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

Method cleanup

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

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

Source from the content-addressed store, hash-verified

219
220////////////////////////////////////////////////////////////
221void JoystickImpl::cleanup()
222{
223 // Clean up DirectInput
224 cleanupDInput();
225}
226
227
228////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected