Hi,
I have an USB device that will send out some proprietary data and I have some algorithm that converts it to mouse coordinates, the question I have is how do I write a driver that reports to Mac OS X?
I have seen some references to IOHIDPostEvent but I cannot find detailed documentation on Apple's Developer Website. Is this the correct way? I am assuming to write an user-space driver versus an in-kernel drive.
Thanks