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

Method close

src/SFML/Window/NetBSD/JoystickImpl.cpp:247–251  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

245
246////////////////////////////////////////////////////////////
247void JoystickImpl::close()
248{
249 ::close(m_file);
250 hid_dispose_report_desc(m_desc);
251}
252
253
254////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected