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

Method copyJoysticks

src/SFML/Window/macOS/HIDJoystickManager.cpp:64–68  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62
63////////////////////////////////////////////////////////////
64CFSetRef HIDJoystickManager::copyJoysticks()
65{
66 CFSetRef devices = IOHIDManagerCopyDevices(m_manager);
67 return devices;
68}
69
70
71////////////////////////////////////////////////////////////

Callers 3

isConnectedMethod · 0.80
openMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected