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

Method close

src/SFML/Window/Unix/JoystickImpl.cpp:539–543  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

537
538////////////////////////////////////////////////////////////
539void JoystickImpl::close()
540{
541 ::close(m_file);
542 m_file = -1;
543}
544
545
546////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected