Mouse DirectInput for OSX
Does anybody know of some code I can look at that tracks mouse input on a Mac like DirectInput does in Windows? I'm trying to implement "freeview" on a Mac. I've read that the HID Manager is the way to go, but I'm not sure where to开发者_运维知识库 start on it ...
On Mac OS X 10.5+, HID Manager is the way to go. Use ManyMouse to take away some of the pain (unfortunately, ManyMouse does not support device hotplugging, but that is trivial to implement.)
精彩评论