///////////////////////////////////////////////////////
| 62 | |
| 63 | //////////////////////////////////////////////////////////// |
| 64 | CFSetRef HIDJoystickManager::copyJoysticks() |
| 65 | { |
| 66 | CFSetRef devices = IOHIDManagerCopyDevices(m_manager); |
| 67 | return devices; |
| 68 | } |
| 69 | |
| 70 | |
| 71 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected