Fix for dropping input events in OS X 10.10.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Mon, 27 Oct 2014 10:40:03 +0000 (11:40 +0100)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Mon, 27 Oct 2014 10:40:03 +0000 (11:40 +0100)
commit85f90334bb98a2bb91aca5c78b4a0779207b8ce0
tree3424fa4b07b92b64cefc6088b96ac816f73b79bd
parent0a8d6333a3ac4684b70ab7f3581a93bf96638d6f
Fix for dropping input events in OS X 10.10.

Value callbacks no longer include the device in the sender
(or at least, IOHIDQueueGetDevice now returns NULL). Instead, you need
to query the device directly from the IOHIDValueRef via its
IOHIDElementRef.
Classes/NJHIDManager.h
Classes/NJHIDManager.m
Classes/NJInputController.m
Info.plist