I am developing some Hid Managment classes on osx and after googling for quite some time now I still don't seem to find any complete list of the possible osx开发者_StackOverflow社区 hid usage pages (i.e kHIDUsage_GD_GamePad, kHIDUsage_GD_Keyboard ...) can anyone provide a link?
Thank you!
This header file should list all these enum constants:
http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-315.7.16/IOHIDFamily/IOHIDUsageTables.h
精彩评论