Home
last modified time | relevance | path

Searched refs:hid_manager (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/dinput/
H A Djoystick_osx.c494 IOHIDManagerRef hid_manager; in find_osx_devices() local
501 hid_manager = IOHIDManagerCreate( kCFAllocatorDefault, 0L ); in find_osx_devices()
502 if (IOHIDManagerOpen( hid_manager, 0 ) != kIOReturnSuccess) in find_osx_devices()
505 CFRelease( hid_manager ); in find_osx_devices()
530 IOHIDManagerSetDeviceMatchingMultiple( hid_manager, matching); in find_osx_devices()
532 devset = IOHIDManagerCopyDevices( hid_manager ); in find_osx_devices()
570 IOHIDManagerClose( hid_manager, 0 ); in find_osx_devices()
571 CFRelease( hid_manager ); in find_osx_devices()