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

Method close

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

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

Source from the content-addressed store, hash-verified

297
298////////////////////////////////////////////////////////////
299void JoystickImpl::close()
300{
301 if (directInput)
302 closeDInput();
303}
304
305////////////////////////////////////////////////////////////
306JoystickCaps JoystickImpl::getCapabilities() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected