14 #ifndef IOKITINPUTDEVICEMANAGER_H 15 #define IOKITINPUTDEVICEMANAGER_H 19 #if defined(__APPLE__) && !defined(CPPPARSER) 20 #include <IOKit/hid/IOHIDManager.h> 27 IOKitInputDeviceManager();
28 ~IOKitInputDeviceManager();
31 IOHIDManagerRef _hid_manager;
33 static void on_match_device(
void *ctx, IOReturn result,
void *sender, IOHIDDeviceRef device);